]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_v360.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_v360.c
index 053ea8868eb4dfbf383c30f187bb279189e7f2b1..c47a4015e8f3577673c0e2d9d107ae42fd9c4193 100644 (file)
@@ -4857,7 +4857,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_v360 = {
+const AVFilter ff_vf_v360 = {
     .name          = "v360",
     .description   = NULL_IF_CONFIG_SMALL("Convert 360 projection of video."),
     .priv_size     = sizeof(V360Context),