diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:21:21 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:21:47 +0200 |
commit | 169880e31d627925a3c27c703525da57af74f740 (patch) | |
tree | 633df43e71f0287d04c99cae0bc365652242f1ac /doc | |
parent | 2040b428b45fa4f0167acc40a49771f92cd96769 (diff) | |
download | ffmpeg-169880e31d627925a3c27c703525da57af74f740.tar.gz |
lavfi/cellauto: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b2d375df5a..5ff34e05ce 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5813,9 +5813,7 @@ At each new frame a new row in the video is filled with the result of the cellular automaton next generation. The behavior when the whole frame is filled is defined by the @option{scroll} option. -This source accepts a list of options in the form of -@var{key}=@var{value} pairs separated by ":". A description of the -accepted options follows. +This source accepts the following options: @table @option @item filename, f |