X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_uspp.c;h=b70d48e515eca2b23d77cb63a1133049dac8f9b6;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=ba07181e745e026ef00088d4110cd5723efa6c39;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_uspp.c b/libavfilter/vf_uspp.c index ba07181e745..b70d48e515e 100644 --- a/libavfilter/vf_uspp.c +++ b/libavfilter/vf_uspp.c @@ -493,7 +493,7 @@ static const AVFilterPad uspp_outputs[] = { { NULL } }; -AVFilter ff_vf_uspp = { +const AVFilter ff_vf_uspp = { .name = "uspp", .description = NULL_IF_CONFIG_SMALL("Apply Ultra Simple / Slow Post-processing filter."), .priv_size = sizeof(USPPContext),