diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:52:39 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 01:04:45 +0200 |
commit | a689a6b698b9c6c97fb64208dc1a71b1f384eb9c (patch) | |
tree | 6617ac456c49733e59dd98d4fc2ca8b14c38f1af /doc/filters.texi | |
parent | e4bd1db88ec05ad389dd4443461ef50a6007b808 (diff) | |
download | ffmpeg-a689a6b698b9c6c97fb64208dc1a71b1f384eb9c.tar.gz |
lavfi/noise: 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 490bbb817b..e25a49adf1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4070,8 +4070,7 @@ noformat=yuv420p|yuv444p|yuv410p Add noise on video input frame. -This filter accepts a list of options in the form of @var{key}=@var{value} -pairs separated by ":". A description of the accepted options follows. +The filter accepts the following options: @table @option @item all_seed |