pub unsafe extern "C" fn ff_reget_buffer( avctx: *mut AVCodecContext, frame: *mut AVFrame, ) -> c_int
Identical in function to av_frame_make_writable(), except it uses ff_get_buffer() to allocate the buffer when needed.