X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_fftfilt.c;h=bcef9ff7d261286f069458814ced1d3a7f6ba24c;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d091cd830de43a8f9e243a912e34d79b4232a8ed;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_fftfilt.c b/libavfilter/vf_fftfilt.c index d091cd830de..bcef9ff7d26 100644 --- a/libavfilter/vf_fftfilt.c +++ b/libavfilter/vf_fftfilt.c @@ -428,7 +428,7 @@ static const AVFilterPad fftfilt_outputs[] = { { NULL } }; -AVFilter ff_vf_fftfilt = { +const AVFilter ff_vf_fftfilt = { .name = "fftfilt", .description = NULL_IF_CONFIG_SMALL("Apply arbitrary expressions to pixels in frequency domain."), .priv_size = sizeof(FFTFILTContext),