summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-06 12:32:55 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-06 20:30:12 +0200
commitc98ffa086c5d3c30256744ce568a3b76cd5a72b0 (patch)
tree48b604d8cd48f958b31f52749d2e343c3ffb9dfb /doc
parent1f1ec958f6c68a5ceafea206a99c895f62d0f3ec (diff)
avfilter/avf_showspectrum: switch to activate and add fps option
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 30a52c4fdb..c0ec41df8a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20727,6 +20727,9 @@ Set start frequency from which to display spectrogram. Default is @code{0}.
@item stop
Set stop frequency to which to display spectrogram. Default is @code{0}.
+
+@item fps
+Set upper frame rate limit. Default is @code{auto}, unlimited.
@end table
The usage is very similar to the showwaves filter; see the examples in that