[libpng17] Imported from libpng-1.7.0alpha07.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-01-10 11:52:10 -06:00
parent 4accd423c2
commit 646de7962b
15 changed files with 30 additions and 30 deletions

View File

@@ -394,7 +394,7 @@ typedef const png_uint_16p * png_const_uint_16pp;
#if PNG_ALIGN_TYPE == PNG_ALIGN_SIZE
/* This is used because in some compiler implementations non-aligned
* structure members are supported, so the offsetof approach below fails.
* Set PNG_ALIGN_TO_SIZE=0 for compiler combinations where unaligned access
* Set PNG_ALIGN_SIZE=0 for compiler combinations where unaligned access
* is good for performance. Do not do this unless you have tested the result
* and understand it.
*/