diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:29:19 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 00:21:47 +0200 |
commit | 4ecee69b20a7ee60fba6cb53ff45d95a015df05b (patch) | |
tree | d08f2d8f9ef9bcaca6b834ea8bd6b1f40dabdf8d /doc/filters.texi | |
parent | 791da4706cc386bba2fe439f3b4bd20caf90c3d3 (diff) | |
download | ffmpeg-4ecee69b20a7ee60fba6cb53ff45d95a015df05b.tar.gz |
lavfi/mptestsrc: 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 5dfe5a1f5b..f68b46a52a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5992,8 +5992,7 @@ Generate various test patterns, as generated by the MPlayer test filter. The size of the generated video is fixed, and is 256x256. This source is useful in particular for testing encoding features. -This source accepts an optional sequence of @var{key}=@var{value} pairs, -separated by ":". The description of the accepted options follows. +This source accepts the following options: @table @option |