From 72abce3c4672afbde52eca0023082254a5cae995 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 5 Jul 2013 14:25:06 +0200 Subject: lavfi/delogo: option show shouldn't affect band Options "show" and "band" are unrelated and should thus be independent. However, setting "show" to 1 currently resets "band" to its default value of 4. While this is documented, this still surprising and confusing IMHO. Change this behavior and make "show" and "band" independent from each other. Update the documentation accordingly. Signed-off-by: Jean Delvare Reviewed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index f713bb9bd9..e3544b5b4f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2780,8 +2780,8 @@ Specify the thickness of the fuzzy edge of the rectangle (added to @item show When set to 1, a green rectangle is drawn on the screen to simplify -finding the right @var{x}, @var{y}, @var{w}, @var{h} parameters, and -@var{band} is set to 4. The default value is 0. +finding the right @var{x}, @var{y}, @var{w}, and @var{h} parameters. +The default value is 0. @end table -- cgit v1.2.3