pub unsafe extern "C" fn av_get_pix_fmt_name(
    pix_fmt: i32
) -> *const i8
Expand description

Return the short name for a pixel format, NULL in case pix_fmt is unknown.

@see av_get_pix_fmt(), av_get_pix_fmt_string()