pub unsafe extern "C" fn ff_get_buffer(
avctx: *mut AVCodecContext,
frame: *mut AVFrame,
flags: c_int,
) -> c_int
Expand description
Get a buffer for a frame. This is a wrapper around AVCodecContext.get_buffer() and should be used instead calling get_buffer() directly.