[FFmpeg-cvslog] doc/filters: blend terminates on longest input

Mulvya git at videolan.org
Tue Sep 27 22:12:47 EEST 2016


ffmpeg | branch: master | Mulvya <mulvya at gmail.com> | Sat Sep 24 09:23:27 2016 +0530| [a54c3ff65f87e785ede4f74e9e09b73d2685d019] | committer: Lou Logan

doc/filters: blend terminates on longest input

Signed-off-by: Mulvya <mulvya at gmail.com>
Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a54c3ff65f87e785ede4f74e9e09b73d2685d019
---

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 7aa541f..9d51757 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



More information about the ffmpeg-cvslog mailing list