]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_eq.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_eq.c
index 114781fcafd2ebb6a680c650a0482c9a59154d3b..7d740d501a46bf3bc99ff83f5794e4532b073b04 100644 (file)
@@ -377,7 +377,7 @@ static const AVOption eq_options[] = {
 
 AVFILTER_DEFINE_CLASS(eq);
 
-AVFilter ff_vf_eq = {
+const AVFilter ff_vf_eq = {
     .name            = "eq",
     .description     = NULL_IF_CONFIG_SMALL("Adjust brightness, contrast, gamma, and saturation."),
     .priv_size       = sizeof(EQContext),