X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fspherical.c;h=4a7f3e49ca729e45841afd90d7076c671b46ce90;hb=8a14d51b8bab63d23fac2ac05aead590b4178408;hp=4be55f36cff994548977fd4c212ddb7039d95547;hpb=f05f210526a3dc2d9fa6b1c228e3907ebd1d43c6;p=ffmpeg diff --git a/libavutil/spherical.c b/libavutil/spherical.c index 4be55f36cff..4a7f3e49ca7 100644 --- a/libavutil/spherical.c +++ b/libavutil/spherical.c @@ -51,7 +51,7 @@ void av_spherical_tile_bounds(const AVSphericalMapping *map, *bottom = orig_height - height - *top; } -static const char *spherical_projection_names[] = { +static const char *const spherical_projection_names[] = { [AV_SPHERICAL_EQUIRECTANGULAR] = "equirectangular", [AV_SPHERICAL_CUBEMAP] = "cubemap", [AV_SPHERICAL_EQUIRECTANGULAR_TILE] = "tiled equirectangular",