Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
12
venv/lib/python3.12/site-packages/av/format.pxd
Normal file
12
venv/lib/python3.12/site-packages/av/format.pxd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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*)
|
||||
Loading…
Add table
Add a link
Reference in a new issue