跳到主要内容

av_fifo_auto_grow_limit

搜索

函数 av_fifo_auto_grow_limit 

源代码
pub unsafe extern "C" fn av_fifo_auto_grow_limit(
    f: *mut AVFifo,
    max_elems: usize,
)
展开描述

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.