lavu/spherical: Add support for Spherical Immersive type
This commit is contained in:
parent
c275f3bfa1
commit
119d127d05
5 changed files with 14 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue