summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-29 09:45:44 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-29 12:11:33 +0100
commite30e5c83aed79f1ecde064c36b952aee4fc7827b (patch)
tree91afed467eb369f3fef76d6ad10ed92673f5e512 /doc
parent9f4c7b4df7f31755b7caf4d080c7577c787c1e72 (diff)
avfilter/avf_showspectrum: add horizontal orientation support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 1d14bc9e10..e1b3c6978f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14665,6 +14665,10 @@ It accepts the following values:
@end table
Default value is @code{hann}.
+
+@item orientation
+Set orientation of time vs frequency axis. Can be @code{vertical} or
+@code{horizontal}. Default is @code{vertical}.
@end table
The usage is very similar to the showwaves filter; see the examples in that