[devel] Align row_buf on 16-byte boundary in memory.

This commit is contained in:
Glenn Randers-Pehrson
2009-11-20 21:15:06 -06:00
parent edcd6e14c6
commit eddc5af8f5
3 changed files with 19 additions and 6 deletions

View File

@@ -694,6 +694,7 @@ version 1.4.0beta102 [November 18, 2009]
version 1.4.0beta103 [November 21, 2009]
Removed obsolete comments about ASM from projects/visualc71/README_zlib.txt
Align row_buf on 16-byte boundary in memory.
Restored the PNG_WRITE_FLUSH_AFTER_IEND guard around the call to png_flush()
after png_write_IEND(). See 1.4.0beta32, 1.4.0beta50 changes above
and 1.2.30, 1.2.30rc01 and rc03 in 1.2.41 CHANGES. Someone needs this