]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorize.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorize.c
index e9d348201db221e1b7c1e8328bc998da57194369..653832ab92dc8e213599084f55ba1f719bcedd92 100644 (file)
@@ -293,7 +293,7 @@ static const AVOption colorize_options[] = {
 
 AVFILTER_DEFINE_CLASS(colorize);
 
-AVFilter ff_vf_colorize = {
+const AVFilter ff_vf_colorize = {
     .name          = "colorize",
     .description   = NULL_IF_CONFIG_SMALL("Overlay a solid color on the video stream."),
     .priv_size     = sizeof(ColorizeContext),