Skip to content

Commit ae04e1e

Browse files
WyattBluez-khan
andcommitted
video/frame: apply BasswoodAV changes
This also applies "add GBRP, GBRAP, RGBA formats" by z-khan Co-authored-by: z-khan <zohaibkh_27@yahoo.com>
1 parent 44d8095 commit ae04e1e

File tree

4 files changed

+886
-359
lines changed

4 files changed

+886
-359
lines changed

av/video/frame.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ cdef class VideoFrame(Frame):
1717

1818
cdef _init(self, lib.AVPixelFormat format, unsigned int width, unsigned int height)
1919
cdef _init_user_attributes(self)
20+
cpdef save(self, object filepath)
2021

2122
cdef VideoFrame alloc_video_frame()

0 commit comments

Comments
 (0)