]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_delogo: make the interp value compute method simple
authorSteven Liu <lq@chinaffmpeg.org>
Tue, 8 Oct 2019 03:45:33 +0000 (11:45 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Thu, 10 Oct 2019 02:27:00 +0000 (10:27 +0800)
commita76a516e761ae950d2f5ccd4469ea8d3416718f2
tree2ee0193904b33b2e69e4d32e9bf675e8dbfa6083
parentaea82dfe225ef195f558df0350b20175a82be901
avfilter/vf_delogo: make the interp value compute method simple

because the interp >= 0UL comparison of an unsigned value is always true
fix CID: 1454642

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavfilter/vf_delogo.c