nanaj's picture
Upload folder using huggingface_hub (part 4)
ea35292 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)