]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_unsharp: check if scalebits is too high
authorPaul B Mahol <onemda@gmail.com>
Sat, 17 Sep 2016 11:47:17 +0000 (13:47 +0200)
committerPaul B Mahol <onemda@gmail.com>
Sat, 17 Sep 2016 11:57:45 +0000 (13:57 +0200)
commitd790887d1c6ec00d563aedc2f243712815594654
tree1a3346ae733291e615ead1f356500deef9c27904
parent27714b462d1bff9e9b40fbdabb39f58e79032b81
avfilter/vf_unsharp: check if scalebits is too high

Otherwise filter would happily give overflows and produce useless output.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/vf_unsharp.c