summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-08-14 21:51:27 +0000
committerPaul B Mahol <onemda@gmail.com>2013-08-16 12:40:01 +0000
commitef6718a5f7ebd3fed907a7037234f33ff20d10af (patch)
tree3105ae2ed1d4e3cb879a992b87c281e46ced7d24 /doc
parentd7ed473d5c4b7156c535d264c3c6613d727ba36e (diff)
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.texi4
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