Browse code

Fix huffman coded dca samples.

Originally committed as revision 15733 to svn://svn.ffmpeg.org/ffmpeg/trunk

Benjamin Larsson authored on 2008/10/28 23:43:06
Showing 1 changed files
... ...
@@ -1021,7 +1021,7 @@ static const uint8_t bitalloc_129_bits_g[129] =
1021 1021
 
1022 1022
 static const uint8_t bitalloc_sizes[10] = { 3, 5, 7, 9, 13, 17, 25, 33, 65, 129 };
1023 1023
 
1024
-static const uint8_t bitalloc_offsets[10] =
1024
+static const int8_t bitalloc_offsets[10] =
1025 1025
     { -1, -2, -3, -4, -6, -8, -12, -16, -32, -64 };
1026 1026
 
1027 1027
 static const uint8_t bitalloc_maxbits[10][7] = {