[libpng16] Imported from libpng-1.6.19beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-08-19 12:20:12 -05:00
parent 2d62f7406f
commit 4c02a5930a
10 changed files with 13 additions and 13 deletions

View File

@@ -7566,7 +7566,7 @@ image_transform_png_set_background_set(PNG_CONST image_transform *this,
RANDOMIZE(random_bytes);
/* Read the random value, for colour type 3 the background colour is actually
* expressed as a 24bit rgb, not an index.
* expressed as a 24-bit rgb, not an index.
*/
colour_type = that->this.colour_type;
if (colour_type == 3)
@@ -9994,7 +9994,7 @@ static void perform_gamma_sbit_tests(png_modifier *pm)
}
/* Note that this requires a 16-bit source image but produces 8-bit output, so
* we only need the 16bit write support, but the 16-bit images are only
* we only need the 16-bit write support, but the 16-bit images are only
* generated if DO_16BIT is defined.
*/
#ifdef DO_16BIT