summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-05-07 17:54:24 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-05-07 17:54:24 +0530
commita0328f05dc02e61e8173f981cd578d0a36d7c0fc (patch)
tree0d79ea1fdefee81925f2e3cd474f02d96ca929cc /doc
parentb3b7ba623f95224557bd67a060adf4ca7ee94dde (diff)
doc/filters: layout requirements for xstack
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3c15bb95f4..7b935903f8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18388,6 +18388,9 @@ where X is video input from which to take width or height.
Multiple values can be used when separated by '+'. In such
case values are summed together.
+For 2 inputs, a default layout of @code{0_0|w0_0} is set. In all other cases,
+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.