Function ffmpeg_sys_the_third::av_get_picture_type_char

source ·
pub unsafe extern "C" fn av_get_picture_type_char(
    pict_type: AVPictureType
) -> c_char
Expand description

Return a single letter to describe the given picture type pict_type.

@param[in] pict_type the picture type @return a single character representing the picture type, ‘?’ if pict_type is unknown