aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-11 14:17:20 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-11 14:18:44 +0200
commit3c2e4c2a9bacb3262bd689c7d84f8a46359b9040 (patch)
tree9776c051c5f99304030e93d1c6afeb0cbf765582 /doc/filters.texi
parent38788f2de5d6d7e696a34674baa83b78e3f2ee6b (diff)
downloadffmpeg-3c2e4c2a9bacb3262bd689c7d84f8a46359b9040.tar.gz
lavfi/showwaves: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 12a7cf5a4d..6356e74939 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7140,8 +7140,12 @@ ffplay -f lavfi 'amovie=input.mp3, asplit [a][out1];
Convert input audio to a video output, representing the samples waves.
-The filter accepts the following named parameters:
+The filter accepts the following options:
+
@table @option
+@item size, s
+Specify the video size for the output. Default value is "600x240".
+
@item mode
Set display mode.
@@ -7166,8 +7170,6 @@ is not explicitly specified.
Set the (approximate) output frame rate. This is done by setting the
option @var{n}. Default value is "25".
-@item size, s
-Specify the video size for the output. Default value is "600x240".
@end table
@subsection Examples