Function av_fifo_auto_grow_limit

pub unsafe extern "C" fn av_fifo_auto_grow_limit(
    f: *mut AVFifo,
    max_elems: usize,
)
Expand description

Set the maximum size (in elements) to which the FIFO can be resized automatically. Has no effect unless AV_FIFO_FLAG_AUTO_GROW is used.