Skip to content

Commit

Permalink
Update plane.pxd
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored May 4, 2024
1 parent 26c45da commit 0223c18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions av/video/plane.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ cdef class VideoPlane(Plane):

cdef readonly size_t buffer_size
cdef readonly unsigned int width, height


cdef class YUVPlanes(VideoPlane):
pass

0 comments on commit 0223c18

Please sign in to comment.