diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-05-07 17:54:24 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-05-07 17:54:24 +0530 |
commit | a0328f05dc02e61e8173f981cd578d0a36d7c0fc (patch) | |
tree | 0d79ea1fdefee81925f2e3cd474f02d96ca929cc | |
parent | b3b7ba623f95224557bd67a060adf4ca7ee94dde (diff) | |
download | ffmpeg-streaming-a0328f05dc02e61e8173f981cd578d0a36d7c0fc.zip ffmpeg-streaming-a0328f05dc02e61e8173f981cd578d0a36d7c0fc.tar.gz |
doc/filters: layout requirements for xstack
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3c15bb9..7b93590 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. |