mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_fftfilt: this is video filter so use pixels instead of samples
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2bbc7e9625
commit
d6f1abe9ce
|
@ -335,7 +335,7 @@ static const AVFilterPad fftfilt_outputs[] = {
|
|||
|
||||
AVFilter ff_vf_fftfilt = {
|
||||
.name = "fftfilt",
|
||||
.description = NULL_IF_CONFIG_SMALL("Apply arbitrary expressions to samples in frequency domain."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Apply arbitrary expressions to pixels in frequency domain."),
|
||||
.priv_size = sizeof(FFTFILTContext),
|
||||
.priv_class = &fftfilt_class,
|
||||
.inputs = fftfilt_inputs,
|
||||
|
|
Loading…
Reference in New Issue