From a740ed91ea2d651f7cdf731befc4de673f4db784 Mon Sep 17 00:00:00 2001
From: Mulvya <mulvya@gmail.com>
Date: Sat, 24 Sep 2016 09:05:27 +0530
Subject: [PATCH] blend, by default, terminates on longest input

Signed-off-by: Mulvya <mulvya@gmail.com>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 070e57d..8bfeb90 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
-- 
2.7.0.windows.1