pub unsafe extern "C" fn av_get_colorspace_name(
val: AVColorSpace,
) -> *const c_charExpand description
Get the name of a colorspace. @return a static string identifying the colorspace; can be NULL.
pub unsafe extern "C" fn av_get_colorspace_name(
val: AVColorSpace,
) -> *const c_charGet the name of a colorspace. @return a static string identifying the colorspace; can be NULL.