/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ av
/ format.pxd
Run
Starting...
Stop
View File
Save
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*)
Memory