[devel] Imported from libpng-1.5.4beta01.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-06-13 20:07:27 -05:00
parent fd73d04515
commit 97039baa88
30 changed files with 96 additions and 85 deletions

View File

@@ -5263,7 +5263,7 @@ image_transform_png_set_strip_16_mod(PNG_CONST image_transform *this,
if (that->alpha_sBIT > 8) that->alpha_sBIT = 8;
# ifndef PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
/* The strip 16 algoirithm drops the low 8 bits rather than calculating
/* The strip 16 algorithm drops the low 8 bits rather than calculating
* 1/257, so we need to adjust the permitted errors appropriately:
*/
{