Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -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)