]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tonemap.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_tonemap.c
index d1728c8513b0c9303c710734916e2580226264df..4d04118eac33b82f5be9b85a910372305ed15c92 100644 (file)
@@ -334,7 +334,7 @@ static const AVFilterPad tonemap_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_tonemap = {
+const AVFilter ff_vf_tonemap = {
     .name            = "tonemap",
     .description     = NULL_IF_CONFIG_SMALL("Conversion to/from different dynamic ranges."),
     .init            = init,