lavu/spherical: Add support for Spherical Immersive type

This commit is contained in:
Vittorio Giovara 2025-07-23 23:42:14 +02:00
parent c275f3bfa1
commit 119d127d05
5 changed files with 14 additions and 1 deletions

View file

@ -82,6 +82,12 @@ enum AVSphericalProjection {
* See: https://developer.apple.com/documentation/coremedia/cmprojectiontype/fisheye
*/
AV_SPHERICAL_FISHEYE,
/**
* Parametric Immersive projection (Apple).
* See: https://developer.apple.com/documentation/coremedia/cmprojectiontype/parametricimmersive
*/
AV_SPHERICAL_PARAMETRIC_IMMERSIVE,
};
/**