X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_atadenoise.c;h=6b2f4a4e50e4f9ec76fe1da570013f06fd899d45;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=ccbda723f0615413df84b48230591d2066f69686;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_atadenoise.c b/libavfilter/vf_atadenoise.c index ccbda723f06..6b2f4a4e50e 100644 --- a/libavfilter/vf_atadenoise.c +++ b/libavfilter/vf_atadenoise.c @@ -572,7 +572,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_vf_atadenoise = { +const AVFilter ff_vf_atadenoise = { .name = "atadenoise", .description = NULL_IF_CONFIG_SMALL("Apply an Adaptive Temporal Averaging Denoiser."), .priv_size = sizeof(ATADenoiseContext),