]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_geq.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_geq.c
index 072cef3ca335294d719881281e3ed1c73b5194e5..d9bb6ac256f816e354272bec21d414ea6c41e9b2 100644 (file)
@@ -492,7 +492,7 @@ static const AVFilterPad geq_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_geq = {
+const AVFilter ff_vf_geq = {
     .name          = "geq",
     .description   = NULL_IF_CONFIG_SMALL("Apply generic equation to each pixel."),
     .priv_size     = sizeof(GEQContext),