You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user