]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_curves.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_curves.c
index 3524fef1adf14337c7a4f645bfa923acb357d728..64cfea1527f17234abe7444e6a50d5660effedf8 100644 (file)
@@ -813,7 +813,7 @@ static const AVFilterPad curves_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_curves = {
+const AVFilter ff_vf_curves = {
     .name          = "curves",
     .description   = NULL_IF_CONFIG_SMALL("Adjust components curves."),
     .priv_size     = sizeof(CurvesContext),