diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 22:10:56 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:02 +0200 |
commit | 4964ec2cd4822eb4d9b34e83b0a77c0592c7c192 (patch) | |
tree | c5b41ed7457781bbb8e92050053033c7da49fac6 /doc/filters.texi | |
parent | 1b1688bfc640ab73f05fbe99bfbb400dced5eef6 (diff) | |
download | ffmpeg-4964ec2cd4822eb4d9b34e83b0a77c0592c7c192.tar.gz |
lavfi/showspectrum: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ce4019be0d..561cdeeb0d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7033,7 +7033,8 @@ do not have exactly the same duration in the first file. Convert input audio to a video output, representing the audio frequency spectrum. -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 @code{640x512}. |