9 lines
193 B
Cython
9 lines
193 B
Cython
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
|