Spaces:
Build error
Build error
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 | |