Function ff_seek_frame_binary

Source
pub unsafe extern "C" fn ff_seek_frame_binary(
    s: *mut AVFormatContext,
    stream_index: c_int,
    target_ts: i64,
    flags: c_int,
) -> c_int
Expand description

Perform a binary search using av_index_search_timestamp() and AVInputFormat.read_timestamp().

@param target_ts target timestamp in the time base of the given stream @param stream_index stream number