Commit 6f02853d authored by Benjamin Larsson's avatar Benjamin Larsson

Fix huffman coded dca samples.

Originally committed as revision 15733 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 42d6c3ba
......@@ -1021,7 +1021,7 @@ static const uint8_t bitalloc_129_bits_g[129] =
static const uint8_t bitalloc_sizes[10] = { 3, 5, 7, 9, 13, 17, 25, 33, 65, 129 };
static const uint8_t bitalloc_offsets[10] =
static const int8_t bitalloc_offsets[10] =
{ -1, -2, -3, -4, -6, -8, -12, -16, -32, -64 };
static const uint8_t bitalloc_maxbits[10][7] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment