IMAGE: Disable unused MJPEG array
Thanks to fingolfin for pointing that out
This commit is contained in:
parent
bb120d0fd4
commit
f2511e5a9e
1 changed files with 2 additions and 0 deletions
|
@ -87,9 +87,11 @@ static const byte s_mjpegValDC[12] = {
|
||||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if 0
|
||||||
static const byte s_mjpegBitsDCChrominance[17] = {
|
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
|
/* 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] = {
|
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
|
/* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue