Function rsmpeg::ffi::av_guess_codec[][src]

pub unsafe extern "C" fn av_guess_codec(
    fmt: *mut 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.