[libpng15] Imported from libpng-1.5.24beta01.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-08-19 12:18:18 -05:00
parent c357fb70b5
commit 75318bc745
11 changed files with 11 additions and 24 deletions

View File

@@ -517,10 +517,6 @@
#define PNG_STRUCT_PNG 0x0001
#define PNG_STRUCT_INFO 0x0002
/* Scaling factor for filter heuristic weighting calculations */
#define PNG_WEIGHT_FACTOR (1<<(PNG_WEIGHT_SHIFT))
#define PNG_COST_FACTOR (1<<(PNG_COST_SHIFT))
/* Flags for the png_ptr->flags rather than declaring a byte for each one */
#define PNG_FLAG_ZLIB_CUSTOM_STRATEGY 0x0001
#define PNG_FLAG_ZLIB_CUSTOM_LEVEL 0x0002