Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMulvya <mulvya@gmail.com>2016-09-24 06:35:27 +0300
committerLou Logan <lou@lrcd.com>2016-09-27 22:06:37 +0300
commita54c3ff65f87e785ede4f74e9e09b73d2685d019 (patch)
tree63d39d40113efc17cc54a0a26bf2a817c4d26c7f /doc/filters.texi
parent4a05d2eda7215fcadbebec8f4656bbb71574567e (diff)
doc/filters: blend terminates on longest input
Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7aa541f42b..9d517575c9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4534,7 +4534,7 @@ Blend two video frames into each other.
The @code{blend} filter takes two input streams and outputs one
stream, the first input is the "top" layer and second input is
-"bottom" layer. Output terminates when shortest input terminates.
+"bottom" layer. By default, the output terminates when the longest input terminates.
The @code{tblend} (time blend) filter takes two consecutive frames
from one single stream, and outputs the result obtained by blending