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

@ -4,13 +4,11 @@ from av.frame cimport Frame
from av.sidedata.sidedata cimport SideData
cdef class _MotionVectors(SideData):
cdef class MotionVectors(SideData):
cdef dict _vectors
cdef int _len
cdef Py_ssize_t _len
cdef class MotionVector:
cdef _MotionVectors parent
cdef MotionVectors parent
cdef lib.AVMotionVector *ptr