av_find_best_stream

Function av_find_best_stream 

Source
pub unsafe extern "C" fn av_find_best_stream(
    ic: *mut AVFormatContext,
    type_: AVMediaType,
    wanted_stream_nb: c_int,
    related_stream: c_int,
    decoder_ret: *mut *const AVCodec,
    flags: c_int,
) -> c_int