]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorspace.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorspace.c
index 471669500b66dbe7c08667d1aac124ed124816cf..65e072d137cf098d4a15a5f002eb92a6c1235874 100644 (file)
@@ -1069,7 +1069,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_colorspace = {
+const AVFilter ff_vf_colorspace = {
     .name            = "colorspace",
     .description     = NULL_IF_CONFIG_SMALL("Convert between colorspaces."),
     .init            = init,