Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
av / format.pxd
Size: Mime:
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*)