[libpng17] Imported from libpng-1.7.0beta81.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-06-11 14:12:58 -05:00
parent b21a37323f
commit 8592a85535
17 changed files with 26 additions and 26 deletions

View File

@@ -614,7 +614,7 @@ write_row_buffered(png_structrp png_ptr,
{
png_transform_control tc;
/* The initial values are the memory format, this was worked out in
/* The initial values are the memory format; this was worked out in
* png_init_row_info below.
*/
memset(&tc, 0, sizeof tc);
@@ -1911,7 +1911,7 @@ png_image_write_main(png_voidp argument)
}
/* Select the right compression mode based on the presence or absence of the
* 'fast' flag, this will use whatever options are available in the libpng
* 'fast' flag. This will use whatever options are available in the libpng
* build. It is always supported.
*/
png_set_compression(png_ptr, (image->flags & PNG_IMAGE_FLAG_FAST) != 0 ?