krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
195 Bytes
cimport libav as lib
from av.packet cimport Packet
cdef class BitStreamFilterContext:
cdef lib.AVBSFContext *ptr
cpdef filter(self, Packet packet=?)
cpdef flush(self)