diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:26:15 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:21:47 +0200 |
commit | 791da4706cc386bba2fe439f3b4bd20caf90c3d3 (patch) | |
tree | f25f425a186dc74b8861b119e90320769f51ba93 /doc/filters.texi | |
parent | bd85fee91481abd98c0adb37784f9acd3c9f1b94 (diff) | |
download | ffmpeg-791da4706cc386bba2fe439f3b4bd20caf90c3d3.tar.gz |
lavfi/mandelbrot: 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 e5d2e8e49d..5dfe5a1f5b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5919,9 +5919,7 @@ cellauto=p='@@@@ @@ @@@@':s=100x400:full=0:rule=18 Generate a Mandelbrot set fractal, and progressively zoom towards the point specified with @var{start_x} and @var{start_y}. -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 |