Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-17 22:56:42 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-17 23:02:29 +0300
commit5ee5f4b13cc4a512d5a6730bc1b4d913c9a9dc11 (patch)
treea697737f680a8cf7334cc99b2f732359703888a1 /doc/filters.texi
parent345c252e9c19621f86a837688015ca1fae92d96f (diff)
avfilter/avf_showfreqs: make minimum amplitude for log scaler configurable
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 46a3158a22..cbe95aadad 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16563,6 +16563,9 @@ It accepts the following values:
@end table
Default is @code{combined}.
+@item minamp
+Set minimum amplitude used in @code{log} amplitude scaler.
+
@end table
@anchor{showspectrum}