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/container/output.pxd
Normal file
12
venv/lib/python3.12/site-packages/av/container/output.pxd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
cimport libav as lib
|
||||
|
||||
from av.container.core cimport Container
|
||||
from av.stream cimport Stream
|
||||
|
||||
|
||||
cdef class OutputContainer(Container):
|
||||
cdef bint _started
|
||||
cdef bint _done
|
||||
cdef lib.AVPacket *packet_ptr
|
||||
|
||||
cpdef start_encoding(self)
|
||||
Loading…
Add table
Add a link
Reference in a new issue