diff options
Diffstat (limited to 'src/lib/libjpeg/jmemmgr.c')
| -rw-r--r-- | src/lib/libjpeg/jmemmgr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libjpeg/jmemmgr.c b/src/lib/libjpeg/jmemmgr.c index d801b322da0..06a4ad24c19 100644 --- a/src/lib/libjpeg/jmemmgr.c +++ b/src/lib/libjpeg/jmemmgr.c @@ -238,13 +238,13 @@ out_of_memory (j_common_ptr cinfo, int which) * machines, but may be too small if longs are 64 bits or more. */ -static const size_t first_pool_slop[JPOOL_NUMPOOLS] = +static const size_t first_pool_slop[JPOOL_NUMPOOLS] = { 1600, /* first PERMANENT pool */ 16000 /* first IMAGE pool */ }; -static const size_t extra_pool_slop[JPOOL_NUMPOOLS] = +static const size_t extra_pool_slop[JPOOL_NUMPOOLS] = { 0, /* additional PERMANENT pools */ 5000 /* additional IMAGE pools */ |
