diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:24:05 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:21:47 +0200 |
commit | bd85fee91481abd98c0adb37784f9acd3c9f1b94 (patch) | |
tree | f22360cfb21d12a6d7194bb1911265e3081ac279 /doc/filters.texi | |
parent | 169880e31d627925a3c27c703525da57af74f740 (diff) | |
download | ffmpeg-bd85fee91481abd98c0adb37784f9acd3c9f1b94.tar.gz |
lavfi/life: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-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 5ff34e05ce..e5d2e8e49d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6095,9 +6095,7 @@ which specifies the number of neighbor alive cells which will make a cell stay alive or born. The @option{rule} option allows to specify the rule to adopt. -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 |