[][src]Function ffmpeg_dev::sys::ff_get_buffer

pub unsafe extern "C" fn ff_get_buffer(
    avctx: *mut AVCodecContext,
    frame: *mut AVFrame,
    flags: c_int
) -> c_int

Get a buffer for a frame. This is a wrapper around AVCodecContext.get_buffer() and should be used instead calling get_buffer() directly.