mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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 = {
|
AVFilter ff_vf_fftfilt = {
|
||||||
.name = "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_size = sizeof(FFTFILTContext),
|
||||||
.priv_class = &fftfilt_class,
|
.priv_class = &fftfilt_class,
|
||||||
.inputs = fftfilt_inputs,
|
.inputs = fftfilt_inputs,
|
||||||
|
Loading…
Reference in New Issue
Block a user