diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:42:19 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:51:48 +0200 |
commit | bca4cafaf2d49c8a9c4bada17606e1f20da94d2d (patch) | |
tree | 65c17dad9bf87dac908ad3b45b06fec6b93829cb /doc/filters.texi | |
parent | 9ceb7bdf6f88fb2ee7449401db2ebd4ee4c37597 (diff) | |
download | ffmpeg-bca4cafaf2d49c8a9c4bada17606e1f20da94d2d.tar.gz |
lavfi/sine: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1e236143df..0334d3acbd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1688,11 +1688,7 @@ Generate an audio signal made of a sine wave with amplitude 1/8. The audio signal is bit-exact. -It accepts a list of options in the form of @var{key}=@var{value} pairs -separated by ":". If the option name is omitted, the first option is the -frequency and the second option is the beep factor. - -The supported options are: +The filter accepts the following options: @table @option |