pub unsafe extern "C" fn av_get_sample_fmt_name(
sample_fmt: AVSampleFormat,
) -> *const c_charExpand description
Return the name of sample_fmt, or NULL if sample_fmt is not recognized.
pub unsafe extern "C" fn av_get_sample_fmt_name(
sample_fmt: AVSampleFormat,
) -> *const c_charReturn the name of sample_fmt, or NULL if sample_fmt is not recognized.