[master] Imported from libpng-1.5.13.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-09-27 06:21:28 -05:00
parent c86cf4b7e4
commit c2ac10b502
36 changed files with 343 additions and 253 deletions

View File

@@ -1658,7 +1658,7 @@ static CIE_color
white_point(PNG_CONST color_encoding *encoding)
{
CIE_color white;
white.X = encoding->red.X + encoding->green.X + encoding->blue.X;
white.Y = encoding->red.Y + encoding->green.Y + encoding->blue.Y;
white.Z = encoding->red.Z + encoding->green.Z + encoding->blue.Z;