]> git.sesse.net Git - ffmpeg/commit
vc2enc: set quantization ceiling to 50
authorRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 22 Feb 2016 17:18:15 +0000 (17:18 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 22 Feb 2016 17:25:13 +0000 (17:25 +0000)
commit1387f3a0510ccbd3e684be533d0cf5fc7e9a678a
tree8db27c5874fa1c4950405222d66c264b09a8e1d0
parent5d93437e4612a57cef4bc6536eec8f0e59d3618d
vc2enc: set quantization ceiling to 50

The reference encoder limits it to 64, but testing revealed that there
is absolutely no difference for indices above 50 in amount of zeroed
coefficients.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/vc2enc.c