]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorbalance.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorbalance.c
index 6dc1b284831ee0d5c7ee1ce391d2d92a49808d27..4e13ce97b9a9497afde4499dd3d23499a6992250 100644 (file)
@@ -439,7 +439,7 @@ static const AVFilterPad colorbalance_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_colorbalance = {
+const AVFilter ff_vf_colorbalance = {
     .name          = "colorbalance",
     .description   = NULL_IF_CONFIG_SMALL("Adjust the color balance."),
     .priv_size     = sizeof(ColorBalanceContext),