Fixed several issues found by static analysis
This commit is contained in:
@@ -364,7 +364,7 @@ int my_jpeg_load_dht (struct jpeg_decompress_struct *info, unsigned char *dht,
|
||||
|
||||
if (index & 0x10)
|
||||
{
|
||||
index -= 0x10;
|
||||
index &= ~0x10;
|
||||
hufftbl = &ac_tables[index];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user