summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-22 19:11:38 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-22 19:13:51 +0100
commita3e67c2d2ff63254470a9bef673f98641ced639b (patch)
tree5bea780d905704a548a15a609e3d55e95382df31 /doc
parent07b3dbbbb2c6545791a8ca6d0123c824b146e4ce (diff)
avfilter/vf_stack: add fill option for xstack
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 fc900cf458..40db2e5c54 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20062,6 +20062,10 @@ a layout must be set by the user.
@item shortest
If set to 1, force the output to terminate when the shortest input
terminates. Default value is 0.
+
+@item fill
+If set to valid color, all unused pixels will be filled with that color.
+By default fill is set to none, so it is disabled.
@end table
@subsection Examples