Function ff_reget_buffer

Source
pub unsafe extern "C" fn ff_reget_buffer(
    avctx: *mut AVCodecContext,
    frame: *mut AVFrame,
) -> c_int
Expand description

Identical in function to av_frame_make_writable(), except it uses ff_get_buffer() to allocate the buffer when needed.