Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
12
venv/lib/python3.12/site-packages/av/index.pxd
Normal file
12
venv/lib/python3.12/site-packages/av/index.pxd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
cimport libav as lib
|
||||
|
||||
|
||||
cdef class IndexEntry:
|
||||
cdef const lib.AVIndexEntry *ptr
|
||||
cdef _init(self, const lib.AVIndexEntry *ptr)
|
||||
|
||||
cdef class IndexEntries:
|
||||
cdef lib.AVStream *stream_ptr
|
||||
cdef _init(self, lib.AVStream *ptr)
|
||||
|
||||
cdef IndexEntries wrap_index_entries(lib.AVStream *ptr)
|
||||
Loading…
Add table
Add a link
Reference in a new issue