[FFmpeg-cvslog] avfilter/vf_fftfilt: this is video filter so use pixels instead of samples

Paul B Mahol git at videolan.org
Thu Jan 14 22:29:44 CET 2016


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jan 14 22:20:25 2016 +0100| [d6f1abe9ce08279e6e3f90a80724fcef7a2ab673] | committer: Paul B Mahol

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

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6f1abe9ce08279e6e3f90a80724fcef7a2ab673
---

 libavfilter/vf_fftfilt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_fftfilt.c b/libavfilter/vf_fftfilt.c
index bc493e3..8cbfa35 100644
--- a/libavfilter/vf_fftfilt.c
+++ b/libavfilter/vf_fftfilt.c
@@ -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,



More information about the ffmpeg-cvslog mailing list