You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Original issue reported on code.google.com by zhnmju...@gmx.de on 25 Sep 2012 at 5:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
zhnmju...@gmx.de
on 25 Sep 2012 at 5:52The text was updated successfully, but these errors were encountered: