Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -2,8 +2,7 @@ from cython.cimports.libc.stdint import uint8_t
|
|||
|
||||
cimport libav as lib
|
||||
|
||||
from av.buffer cimport Buffer
|
||||
from av.bytesource cimport ByteSource
|
||||
from av.buffer cimport Buffer, ByteSource
|
||||
from av.stream cimport Stream
|
||||
|
||||
|
||||
|
|
@ -20,7 +19,5 @@ cdef class Packet(Buffer):
|
|||
cdef lib.AVPacket* ptr
|
||||
cdef Stream _stream
|
||||
cdef _rebase_time(self, lib.AVRational)
|
||||
# Hold onto the original reference.
|
||||
cdef ByteSource source
|
||||
cdef size_t _buffer_size(self)
|
||||
cdef void* _buffer_ptr(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue