[devel] Imported from libpng-1.5.4beta05.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-06-17 20:38:24 -05:00
parent ab63dd0892
commit fb29e51dbd
19 changed files with 83 additions and 73 deletions

View File

@@ -177,8 +177,8 @@ BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData,
#ifdef PNG_READ_16_TO_8_SUPPORTED
if (iBitDepth == 16)
# ifdef PNG_READ_CHOP_16_TO_8_SUPPORTED
png_set_chop_16(png_ptr);
# ifdef PNG_READ_SCALE_16_TO_8_SUPPORTED
png_set_scale_16(png_ptr);
# else
png_set_strip_16(png_ptr);
# endif