OSDN Git Service

sonicenc: limit quant so that golomb codes are less than 32 bits long
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 18 Sep 2012 15:33:55 +0000 (17:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 18 Sep 2012 15:33:55 +0000 (17:33 +0200)
commit512beea52936f5935a0c6cdaef18364520ea5b7c
treeb754bdbae9817313c623341d93c5963cbd4c36de
parentefac6f7472c4c372cd336dd88cf8a1ed363cccd6
sonicenc: limit quant so that golomb codes are less than 32 bits long

before they could become 33 bits

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