Skip to content

Commit

Permalink
Fix for arch/gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed May 31, 2024
1 parent 80f1dd7 commit 77e86c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/bitstream.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from av.packet cimport Packet

cdef class BitStreamFilterContext:

cdef const lib.AVBSFContext *ptr
cdef lib.AVBSFContext *ptr

cpdef filter(self, Packet packet=?)
cpdef flush(self)

0 comments on commit 77e86c2

Please sign in to comment.