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
|
|
@ -62,6 +62,7 @@ static const char *const spherical_projection_names[] = {
|
|||
[AV_SPHERICAL_HALF_EQUIRECTANGULAR] = "half equirectangular",
|
||||
[AV_SPHERICAL_RECTILINEAR] = "rectilinear",
|
||||
[AV_SPHERICAL_FISHEYE] = "fisheye",
|
||||
[AV_SPHERICAL_PARAMETRIC_IMMERSIVE] = "parametric immersive",
|
||||
};
|
||||
|
||||
const char *av_spherical_projection_name(enum AVSphericalProjection projection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue