Function rsmpeg::ffi::av_add_index_entry

source ·
pub unsafe extern "C" fn av_add_index_entry(
    st: *mut AVStream,
    pos: i64,
    timestamp: i64,
    size: i32,
    distance: i32,
    flags: i32
) -> i32
Expand description

Add an index entry into a sorted list. Update the entry if the list already contains it.

@param timestamp timestamp in the time base of the given stream