Function av_get_sample_fmt_name

Source
pub unsafe extern "C" fn av_get_sample_fmt_name(
    sample_fmt: AVSampleFormat,
) -> *const c_char
Expand description

Return the name of sample_fmt, or NULL if sample_fmt is not recognized.