summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-26 09:56:43 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-26 10:02:00 +0100
commita33043023848495a7474fefb11c2ec2e69d47916 (patch)
treeaaf9c3dd2a4fe84c9fc3ad1216840ba258be5657 /doc
parent9078a694f3fbc2f4db189c9796badbea632dd58d (diff)
avfilter/vf_stack: make it possible to stop with shortest stream
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index daa1b380ac..a7f8a53f36 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7154,6 +7154,10 @@ The filter accept the following option:
@table @option
@item inputs
Set number of input streams. Default is 2.
+
+@item shortest
+If set to 1, force the output to terminate when the shortest input
+terminates. Default value is 0.
@end table
@section hue
@@ -11598,6 +11602,10 @@ The filter accept the following option:
@table @option
@item inputs
Set number of input streams. Default is 2.
+
+@item shortest
+If set to 1, force the output to terminate when the shortest input
+terminates. Default value is 0.
@end table
@section w3fdif