pub unsafe extern "C" fn avcodec_pix_fmt_to_codec_tag(
    pix_fmt: AVPixelFormat
) -> c_uint
Expand description

Return a value representing the fourCC code associated to the pixel format pix_fmt, or 0 if no associated fourCC code can be found.