diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-23 14:01:51 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-23 17:22:05 +0200 |
commit | d51dfc7ec4f73af1b2391daf7db61942352814f7 (patch) | |
tree | 6109b369e45bef364555ddf63d59ba9b6134c6d3 | |
parent | a0a41db3398e2ea15b85d534877c53bc381de73b (diff) | |
download | ffmpeg-d51dfc7ec4f73af1b2391daf7db61942352814f7.tar.gz |
doc/filters: fix wording of color option in testsrc filters.
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 779238faf5..8bb132e6b0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7421,7 +7421,7 @@ The sources accept the following options: @table @option @item color, c -Specify the color of the source, only used in the @code{color} +Specify the color of the source, only available in the @code{color} 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". |