pub unsafe extern "C" fn ff_find_stream_index(
s: *mut AVFormatContext,
id: c_int,
) -> c_intExpand description
Find stream index based on format-specific stream ID @return stream index, or < 0 on error
pub unsafe extern "C" fn ff_find_stream_index(
s: *mut AVFormatContext,
id: c_int,
) -> c_intFind stream index based on format-specific stream ID @return stream index, or < 0 on error