From 1df051e1974f0eee69a31c653f840bef37732f85 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 3 Sep 2006 15:59:08 +0000 Subject: Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. Originally committed as revision 6156 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3tab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3tab.h') diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index d8771fbeee..7232ca6a41 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -160,7 +160,7 @@ static const uint16_t dbkneetab[4]= { 0x000, 0x700, 0x900, 0xb00, }; -static const uint16_t floortab[8]= { +static const int16_t floortab[8]= { 0x2f0, 0x2b0, 0x270, 0x230, 0x1f0, 0x170, 0x0f0, 0xf800, }; -- cgit v1.2.3