summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-05 12:14:38 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-05 12:18:56 +0200
commit04a8bbca9289a4ee203f90bb8d48166bf53015e6 (patch)
treeef36720c639a0426f0663dcd8c30330e142e5e88 /doc
parent6803a298f4338c19c3032d2417c6e857eb6d95be (diff)
avfilter/avf_showspectrum: add color rotation feature
Mostly useful with channel color scheme.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e950c14595..7e042e4e74 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16500,6 +16500,10 @@ Default value is @code{1}.
@item data
Set which data to display. Can be @code{magnitude}, default or @code{phase}.
+
+@item rotation
+Set color rotation, must be in [-1.0, 1.0] range.
+Default value is @code{0}.
@end table
The usage is very similar to the showwaves filter; see the examples in that
@@ -16633,6 +16637,10 @@ Default value is @code{1}.
@item legend
Draw time and frequency axes and legends. Default is enabled.
+
+@item rotation
+Set color rotation, must be in [-1.0, 1.0] range.
+Default value is @code{0}.
@end table
@subsection Examples