Function av_spherical_projection_name

pub unsafe extern "C" fn av_spherical_projection_name(
    projection: u32,
) -> *const i8
Expand description

Provide a human-readable name of a given AVSphericalProjection.

@param projection The input AVSphericalProjection.

@return The name of the AVSphericalProjection, or “unknown”.