summaryrefslogtreecommitdiff
path: root/jpeg/jerror.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2021-06-24 21:32:28 +0200
committerSebastian Rasmussen <sebras@gmail.com>2021-06-25 12:30:30 +0200
commitec55f7888d69a49725afdb5d4eb56130559cabf9 (patch)
tree42144d32837947e98f21f8375397f28639763c6f /jpeg/jerror.h
parent8d4f4b5e1ab9417e2e3a72b800414eceb5eb6f25 (diff)
downloadghostpdl-ec55f7888d69a49725afdb5d4eb56130559cabf9.tar.gz
Update libjpeg to 9d
Plus re-applying: Bug 697186: Workaround JPEG lib bug. 8dcec8cc076a0cf8350ca7a6ec1d3136812e2a24 Bug 697186: Tweak to previous JPEG fix. dc62c90930512f4b571f68c9110022b234cbd411 Squash MSVC build warning. 8d4f4b5e1ab9417e2e3a72b800414eceb5eb6f25
Diffstat (limited to 'jpeg/jerror.h')
-rw-r--r--jpeg/jerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/jerror.h b/jpeg/jerror.h
index a4b661f71..db608b9c0 100644
--- a/jpeg/jerror.h
+++ b/jpeg/jerror.h
@@ -2,7 +2,7 @@
* jerror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
- * Modified 1997-2012 by Guido Vollbeding.
+ * Modified 1997-2018 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
@@ -84,7 +84,7 @@ JMESSAGE(JERR_EOI_EXPECTED, "Didn't expect more than one scan")
JMESSAGE(JERR_FILE_READ, "Input file read error")
JMESSAGE(JERR_FILE_WRITE, "Output file write error --- out of disk space?")
JMESSAGE(JERR_FRACT_SAMPLE_NOTIMPL, "Fractional sampling not implemented yet")
-JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
+JMESSAGE(JERR_HUFF_CLEN_OUTOFBOUNDS, "Huffman code size table out of bounds")
JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
JMESSAGE(JERR_IMAGE_TOO_BIG, "Maximum supported image dimension is %u pixels")
JMESSAGE(JERR_INPUT_EMPTY, "Empty input file")