diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 15:38:49 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 15:40:15 +0200 |
commit | e2e992c077615efbbb539912f242316bd04faa69 (patch) | |
tree | 34304156ac942253f33cb51a3098496868e98dfa /doc/filters.texi | |
parent | 1c0feee05930924a886584aab96c3669b79818b3 (diff) | |
download | ffmpeg-e2e992c077615efbbb539912f242316bd04faa69.tar.gz |
lavfi/asetnsamples: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3b20c803e1..43de9ccc91 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -902,8 +902,7 @@ The last output packet may contain a different number of samples, as the filter will flush all the remaining samples when the input audio signal its end. -The filter accepts parameters as a list of @var{key}=@var{value} pairs, -separated by ":". +The filter accepts the following options: @table @option |