diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-17 21:56:42 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-17 22:02:29 +0200 |
commit | 5ee5f4b13cc4a512d5a6730bc1b4d913c9a9dc11 (patch) | |
tree | a697737f680a8cf7334cc99b2f732359703888a1 /doc/filters.texi | |
parent | 345c252e9c19621f86a837688015ca1fae92d96f (diff) | |
download | ffmpeg-5ee5f4b13cc4a512d5a6730bc1b4d913c9a9dc11.tar.gz |
avfilter/avf_showfreqs: make minimum amplitude for log scaler configurable
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
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} |