]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_ciescope.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_ciescope.c
index 719e66ad0f087e182530120df43e4e7a641e8698..b3b906f5176531235796cd2c57846730663391ed 100644 (file)
@@ -1503,7 +1503,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_ciescope = {
+const AVFilter ff_vf_ciescope = {
     .name          = "ciescope",
     .description   = NULL_IF_CONFIG_SMALL("Video CIE scope."),
     .priv_size     = sizeof(CiescopeContext),