]> git.sesse.net Git - ffmpeg/commit
lavfi/delogo: option show shouldn't affect band
authorJean Delvare <khali@linux-fr.org>
Fri, 5 Jul 2013 12:25:06 +0000 (14:25 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Jul 2013 16:02:11 +0000 (18:02 +0200)
commit72abce3c4672afbde52eca0023082254a5cae995
treebd41ca10703e4198979335db926fc60bc0c64207
parent413f865a9aa060ad40f8d6a48fc376f69db938e7
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>
doc/filters.texi
libavfilter/version.h
libavfilter/vf_delogo.c