Posted on Sep 25, 2012 by
Massive Bear
See:
HQX_API void HQX_CALLCONV hqxInit(void) { /* Initalize RGB to YUV lookup table */ uint32_t c, r, g, b, y, u, v; for (c = 0; c < 16777215; c++)
The last value "16777215" is not initialized!
Status: New
Labels:
Type-Defect
Priority-Medium