Beta/venv/lib/python3.12/site-packages/av/sidedata/motionvectors.pxd

17 lines
266 B
Cython
Raw Permalink Normal View History

2026-02-06 22:23:20 +01:00
cimport libav as lib
from av.frame cimport Frame
from av.sidedata.sidedata cimport SideData
cdef class _MotionVectors(SideData):
cdef dict _vectors
cdef int _len
cdef class MotionVector:
cdef _MotionVectors parent
cdef lib.AVMotionVector *ptr