Beta/venv/lib/python3.12/site-packages/av/video/plane.pxd

9 lines
193 B
Cython
Raw Permalink Normal View History

2026-02-06 22:23:20 +01:00
from av.plane cimport Plane
from av.video.format cimport VideoFormatComponent
cdef class VideoPlane(Plane):
cdef readonly size_t buffer_size
cdef readonly unsigned int width, height