# HG changeset patch # User banan # Date 1225204986 0 # Node ID b33be95359db32d30a6574d75f8f04bba0cf8af9 # Parent e71badf6877a2d0e597fc7b446f5d4f4f63daf7d Fix huffman coded dca samples. diff -r e71badf6877a -r b33be95359db dcahuff.h --- a/dcahuff.h Tue Oct 28 05:37:02 2008 +0000 +++ b/dcahuff.h Tue Oct 28 14:43:06 2008 +0000 @@ -1021,7 +1021,7 @@ 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] = {