Function rsmpeg::ffi::av_get_picture_type_char[][src]

pub unsafe extern "C" fn av_get_picture_type_char(pict_type: u32) -> i8
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