Mercurial > libavcodec.hg
changeset 8076:b33be95359db libavcodec
Fix huffman coded dca samples.
| author | banan |
|---|---|
| date | Tue, 28 Oct 2008 14:43:06 +0000 |
| parents | e71badf6877a |
| children | 574a0dcc4488 |
| files | dcahuff.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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] = {
