Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue