krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
185 Bytes
cimport libav as lib
cdef class _Dictionary:
cdef lib.AVDictionary *ptr
cpdef _Dictionary copy(self)
cdef _Dictionary wrap_dictionary(lib.AVDictionary *input_)