diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-08-14 21:51:27 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-08-16 12:40:01 +0000 |
commit | ef6718a5f7ebd3fed907a7037234f33ff20d10af (patch) | |
tree | 3105ae2ed1d4e3cb879a992b87c281e46ced7d24 /doc | |
parent | d7ed473d5c4b7156c535d264c3c6613d727ba36e (diff) | |
download | ffmpeg-ef6718a5f7ebd3fed907a7037234f33ff20d10af.tar.gz |
lavfi/tile: make color of blank/unused area configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b89ba96351..0dc928889d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7119,6 +7119,10 @@ Set the inner border thickness (i.e. the number of pixels between frames). For more advanced padding options (such as having different values for the edges), refer to the pad video filter. +@item color +Specify the color of the unused area, it can be the name of a color +(case insensitive match) or a 0xRRGGBB[AA] sequence. +The default value of @var{color} is "black". @end table @subsection Examples |