libDtHelp: Cov 89401
This commit is contained in:
@@ -1024,7 +1024,7 @@ IL_PRIVATE ilBool _ilConvertRGBToPalette (
|
|||||||
unsigned short *pPalette;
|
unsigned short *pPalette;
|
||||||
long *pColorTable;
|
long *pColorTable;
|
||||||
ilBool diffusion, chooseColors;
|
ilBool diffusion, chooseColors;
|
||||||
int i, shifts[3], nColors;
|
int i, shifts[3] = { 0, 0, 0 }, nColors;
|
||||||
const unsigned short *pMulTable[3] = { NULL, NULL, NULL }; /* dither other than 484 only: pMul? */
|
const unsigned short *pMulTable[3] = { NULL, NULL, NULL }; /* dither other than 484 only: pMul? */
|
||||||
static ilConvertToPaletteInfo defaultConvert =
|
static ilConvertToPaletteInfo defaultConvert =
|
||||||
{IL_DIFFUSION, { 4, 8, 4 }, 8, IL_PALETTE, (ilObject)NULL};
|
{IL_DIFFUSION, { 4, 8, 4 }, 8, IL_PALETTE, (ilObject)NULL};
|
||||||
|
|||||||
Reference in New Issue
Block a user