[master] Imported from libpng-1.5.13.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-09-27 06:21:28 -05:00
parent c86cf4b7e4
commit c2ac10b502
36 changed files with 343 additions and 253 deletions

View File

@@ -1370,7 +1370,8 @@ png_write_tRNS(png_structp png_ptr, png_const_bytep trans_alpha,
}
/* Write the chunk out as it is */
png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, (png_size_t)num_trans);
png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha,
(png_size_t)num_trans);
}
else if (color_type == PNG_COLOR_TYPE_GRAY)