PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.47k stars 360 forks source link

feat: expose `make_writable()` for `av.Frame` #1427

Closed moonsikpark closed 3 months ago

moonsikpark commented 3 months ago

Expose av_frame_make_writable() for av.Frame, which ensures that the frame data is writable.

Resolves: #1414