Commit d6f1abe9 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_fftfilt: this is video filter so use pixels instead of samples

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2bbc7e96
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment