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:
Paul B Mahol 2016-01-14 22:20:25 +01:00
parent 2bbc7e9625
commit d6f1abe9ce
1 changed files with 1 additions and 1 deletions

View File

@ -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,