Function av_guess_codec

Source
pub unsafe extern "C" fn av_guess_codec(
    fmt: *mut AVOutputFormat,
    short_name: *const c_char,
    filename: *const c_char,
    mime_type: *const c_char,
    type_: AVMediaType,
) -> AVCodecID
Expand description

Guess the codec ID based upon muxer and filename.