[devel] Updated comments that mention 1.5.3; changed them to 1.5.4.

This commit is contained in:
Glenn Randers-Pehrson
2011-06-15 12:58:27 -05:00
parent b0791f75ad
commit ef217b76a3
12 changed files with 46 additions and 42 deletions

2
png.c
View File

@@ -2385,7 +2385,7 @@ png_build_gamma_table(png_structp png_ptr, int bit_depth)
png_ptr->gamma_shift = shift;
#ifdef PNG_16BIT_SUPPORTED
/* NOTE: prior to 1.5.3 this test used to include PNG_BACKGROUND (now
/* NOTE: prior to 1.5.4 this test used to include PNG_BACKGROUND (now
* PNG_COMPOSE). This effectively smashed the background calculation for
* 16-bit output because the 8-bit table assumes the result will be reduced
* to 8 bits.