Function av_guess_codec

Source
pub unsafe extern "C" fn av_guess_codec(
    fmt: *const AVOutputFormat,
    short_name: *const i8,
    filename: *const i8,
    mime_type: *const i8,
    type_: i32,
) -> u32
Expand description

Guess the codec ID based upon muxer and filename.