Function ff_reduce_index

Source
pub unsafe extern "C" fn ff_reduce_index(
    s: *mut AVFormatContext,
    stream_index: c_int,
)
Expand description

Ensure the index uses less memory than the maximum specified in AVFormatContext.max_index_size by discarding entries if it grows too large.