[libpng15] Imported from libpng-1.5.7beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-11-11 18:41:59 -06:00
parent 816e687de8
commit 6d8e090419
12 changed files with 23 additions and 22 deletions

View File

@@ -1463,8 +1463,9 @@ png_image_read_header(png_voidp argument)
else if (info_ptr->valid & PNG_INFO_iCCP)
{
# if 0 /* TODO: IMPLEMENT THIS! Remember to remove iCCP from
the list of unused chunks */
# if 0
/* TODO: IMPLEMENT THIS! Remember to remove iCCP from
the chunks_to_ignore list */
/* Here if we just have an iCCP chunk. */
if (!png_iCCP_is_sRGB(png_ptr, info_ptr))
# endif