Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
229 Bytes
cimport libav as lib
cdef class Codec:
cdef const lib.AVCodec *ptr
cdef const lib.AVCodecDescriptor *desc
cdef readonly bint is_encoder
cdef _init(self, name=?)
cdef Codec wrap_codec(const lib.AVCodec *ptr)