Commit 56415693 authored by banan's avatar banan

Fix huffman coded dca samples.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15733 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79a14677
......@@ -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