]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hue.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_hue.c
index 1499c05cbd557601b578e11bd73792afdcb31c02..3d250dbe250b57bc131da82a15a6d7d821cc5f14 100644 (file)
@@ -516,7 +516,7 @@ static const AVFilterPad hue_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_hue = {
+const AVFilter ff_vf_hue = {
     .name            = "hue",
     .description     = NULL_IF_CONFIG_SMALL("Adjust the hue and saturation of the input video."),
     .priv_size       = sizeof(HueContext),