[libpng15] Imported from libpng-1.5.19beta04.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-08-03 19:56:15 -05:00
parent 1ee1fcc805
commit ff3171322c
16 changed files with 32 additions and 30 deletions

View File

@@ -1291,7 +1291,7 @@ png_progressive_combine_row (png_structp png_ptr, png_bytep old_row,
* it must be png_ptr->row_buf+1
*/
if (new_row != NULL)
png_combine_row(png_ptr, old_row, 1/*display*/);
png_combine_row(png_ptr, old_row, 1/*blocky display*/);
}
#endif /* PNG_READ_INTERLACING_SUPPORTED */