diff options
author | Jean Delvare <khali@linux-fr.org> | 2013-07-05 14:25:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-05 18:02:11 +0200 |
commit | 72abce3c4672afbde52eca0023082254a5cae995 (patch) | |
tree | bd41ca10703e4198979335db926fc60bc0c64207 /doc | |
parent | 413f865a9aa060ad40f8d6a48fc376f69db938e7 (diff) | |
download | ffmpeg-72abce3c4672afbde52eca0023082254a5cae995.tar.gz |
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 <khali@linux-fr.org>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |