diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-02 23:01:25 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-08 11:51:46 +0100 |
commit | 08aec7c1bda4b5f084ff886e3a962278e25ed126 (patch) | |
tree | 7563e922980c7c33d5bcdcc70901e088cfe945b2 /doc/filters.texi | |
parent | 7ab37cae34b3845de7b689d167661bb4a5c2ab5b (diff) | |
download | ffmpeg-08aec7c1bda4b5f084ff886e3a962278e25ed126.tar.gz |
avfilter/avf_showspectrum: add option to draw legend
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a48ec3a5cc..6fdb2443f9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14827,6 +14827,7 @@ It accepts the following values: @item nuttall @item lanczos @item gauss +@item tukey @end table Default value is @code{hann}. @@ -14837,6 +14838,9 @@ Set orientation of time vs frequency axis. Can be @code{vertical} or @item gain Set scale gain for calculating intensity color values. Default value is @code{1}. + +@item legend +Draw time and frequency axes and legends. Default is enabled. @end table @subsection Examples |