]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_hqdn3d: Initialize the whole LUT
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 27 May 2015 00:46:45 +0000 (02:46 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 27 May 2015 03:18:55 +0000 (05:18 +0200)
commit4240e6a92117811509be3e5f360a44dde8618040
tree8e78a51a77d105bf003ac7f9274819f1e9ff458e
parent7ae805db709712a8953e84b8b59a717ff3ed9452
avfilter/vf_hqdn3d: Initialize the whole LUT

With bps > 8 more than 255..255 are used
The initialized table content is left unchanged,
But it could also be adjusted for the slight difference of
the maximum

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_hqdn3d.c