mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
IMAGE: Disable unused MJPEG array
Thanks to fingolfin for pointing that out
This commit is contained in:
parent
bb120d0fd4
commit
f2511e5a9e
@ -87,9 +87,11 @@ static const byte s_mjpegValDC[12] = {
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
|
||||
};
|
||||
|
||||
#if 0
|
||||
static const byte s_mjpegBitsDCChrominance[17] = {
|
||||
/* 0-base */ 0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0
|
||||
};
|
||||
#endif
|
||||
|
||||
static const byte s_mjpegBitsACLuminance[17] = {
|
||||
/* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d
|
||||
|
Loading…
x
Reference in New Issue
Block a user