Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
234 Bytes
cimport libav as lib
cdef class ContainerFormat:
cdef readonly str name
cdef lib.AVInputFormat *iptr
cdef lib.AVOutputFormat *optr
cdef ContainerFormat build_container_format(lib.AVInputFormat*, lib.AVOutputFormat*)