diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:12:06 +0200 |
commit | 7b3eb745b98b04dd8a4970b9fd6c98998e858fc1 (patch) | |
tree | e5ee7b61657b03fe804bd95aeeda50a4f50f900a /doc | |
parent | a42d6e6c4c19912b73cae8ca9133b4202667c303 (diff) | |
download | ffmpeg-streaming-7b3eb745b98b04dd8a4970b9fd6c98998e858fc1.zip ffmpeg-streaming-7b3eb745b98b04dd8a4970b9fd6c98998e858fc1.tar.gz |
vsrc_testsrc: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-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 c5e1b82..87a3d1f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2466,8 +2466,7 @@ The @code{testsrc} source generates a test video pattern, showing a color pattern, a scrolling gradient and a timestamp. This is mainly intended for testing purposes. -Both sources accept an optional sequence of @var{key}=@var{value} pairs, -separated by ":". The description of the accepted options follows. +The sources accept the following options: @table @option |