Merge branch 'libpng17' of ../../libpng into libpng17

This commit is contained in:
John Bowler
2015-11-24 18:17:31 -08:00
32 changed files with 97 additions and 91 deletions

View File

@@ -1971,7 +1971,7 @@ write_filtered_row(png_structrp png_ptr, png_const_bytep filtered_row,
if (filter < PNG_FILTER_VALUE_LAST) /* start of row */
{
png_byte buffer[1];
buffer[0] = filter;
png_compress_IDAT(png_ptr, buffer, 1U/*len*/, Z_NO_FLUSH);
}