add missing bitmask value. akos16 is still quite broken however

svn-id: r5211
This commit is contained in:
James Brown 2002-10-21 12:41:46 +00:00
parent 31c773923e
commit 88462aec1a

View File

@ -1077,7 +1077,7 @@ static byte akos16_shift;
static int32 akos16_bits;
static int32 akos16_numbits;
static byte * akos16_dataptr;
static int32 _bitMask[] = {0, 1, 3, 7, 15, 31, 127, 255};
static int32 _bitMask[] = {0, 1, 3, 7, 15, 31, 63, 127, 255};
static byte akos16_buffer[336];
void AkosRenderer::akos16SetupBitReader(byte *src) {