Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: third_party/libpng16/pnglibconf.h

Issue 1599513004: XFA: Rename libpng to libpng16. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libpng16/pnginfo.h ('k') | third_party/libpng16/pngmem.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* libpng 1.6.20 STANDARD API DEFINITION */ 1 /* libpng 1.6.20 STANDARD API DEFINITION */
2 2
3 /* pnglibconf.h - library build configuration */ 3 /* pnglibconf.h - library build configuration */
4 4
5 /* Libpng version 1.6.20 - December 3, 2015 */ 5 /* Libpng version 1.6.20 - December 3, 2015 */
6 6
7 /* Copyright (c) 1998-2015 Glenn Randers-Pehrson */ 7 /* Copyright (c) 1998-2015 Glenn Randers-Pehrson */
8 8
9 /* This code is released under the libpng license. */ 9 /* This code is released under the libpng license. */
10 /* For conditions of distribution and use, see the disclaimer */ 10 /* For conditions of distribution and use, see the disclaimer */
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 #define PNG_USER_WIDTH_MAX 1000000 205 #define PNG_USER_WIDTH_MAX 1000000
206 #define PNG_ZBUF_SIZE 8192 206 #define PNG_ZBUF_SIZE 8192
207 #define PNG_ZLIB_VERNUM 0 /* unknown */ 207 #define PNG_ZLIB_VERNUM 0 /* unknown */
208 #define PNG_Z_DEFAULT_COMPRESSION (-1) 208 #define PNG_Z_DEFAULT_COMPRESSION (-1)
209 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 209 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
210 #define PNG_Z_DEFAULT_STRATEGY 1 210 #define PNG_Z_DEFAULT_STRATEGY 1
211 #define PNG_sCAL_PRECISION 5 211 #define PNG_sCAL_PRECISION 5
212 #define PNG_sRGB_PROFILE_CHECKS 2 212 #define PNG_sRGB_PROFILE_CHECKS 2
213 /* end of settings */ 213 /* end of settings */
214 #endif /* PNGLCONF_H */ 214 #endif /* PNGLCONF_H */
OLDNEW
« no previous file with comments | « third_party/libpng16/pnginfo.h ('k') | third_party/libpng16/pngmem.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698