]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/spherical.c
h264_metadata_bsf: Refactor the filter function into smaller parts
[ffmpeg] / libavutil / spherical.c
index 4be55f36cff994548977fd4c212ddb7039d95547..4a7f3e49ca729e45841afd90d7076c671b46ce90 100644 (file)
@@ -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",