summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-07 12:10:59 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-07 12:18:55 +0200
commit9c120b4d4201edad9381ec7fe292de36c785fab7 (patch)
treea052cfbbbf1d2be8fa95f2f059c7ddda92f5b700 /doc
parent0a41a8bf2945e59db7a0773ebce11a26b95d45b6 (diff)
avfilter/avf_showspectrum: add legend support to showspectrum filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c0ec41df8a..2ed0aa2854 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20730,6 +20730,9 @@ Set stop frequency to which to display spectrogram. Default is @code{0}.
@item fps
Set upper frame rate limit. Default is @code{auto}, unlimited.
+
+@item legend
+Draw time and frequency axes and legends. Default is disabled.
@end table
The usage is very similar to the showwaves filter; see the examples in that