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:11:03 +0200 |
commit | 7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe (patch) | |
tree | db47f44e2824e661ac8a522844570fb8aedd2ea4 /doc | |
parent | 73d5d405d424c06f3f354337cfdb24794932094d (diff) | |
download | ffmpeg-7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe.tar.gz |
vsrc_color: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index dd70f74138..191bf6cd12 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2315,9 +2315,6 @@ square pixels (1:1 sample aspect ratio). Provide an uniformly colored input. It accepts the following parameters: -@var{color}:@var{frame_size}:@var{frame_rate} - -Follows the description of the accepted parameters. @table @option @@ -2326,12 +2323,12 @@ Specify the color of the source. It can be the name of a color (case insensitive match) or a 0xRRGGBB[AA] sequence, possibly followed by an alpha specifier. The default value is "black". -@item frame_size +@item size Specify the size of the sourced video, it may be a string of the form @var{width}x@var{height}, or the name of a size abbreviation. The default value is "320x240". -@item frame_rate +@item framerate Specify the frame rate of the sourced video, as the number of frames generated per second. It has to be a string in the format @var{frame_rate_num}/@var{frame_rate_den}, an integer number, a float |