X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_colorbalance.c;h=4e13ce97b9a9497afde4499dd3d23499a6992250;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=6dc1b284831ee0d5c7ee1ce391d2d92a49808d27;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_colorbalance.c b/libavfilter/vf_colorbalance.c index 6dc1b284831..4e13ce97b9a 100644 --- a/libavfilter/vf_colorbalance.c +++ b/libavfilter/vf_colorbalance.c @@ -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),