summaryrefslogtreecommitdiff
path: root/trunk/jerror.h
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-10 02:15:56 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-10 02:15:56 +0000
commit086c2f3ad916f4ba0f0a93bcde30298ffec2f73a (patch)
tree0f1bc7f8252e4bf57efbc1e9bad57b374f2aa1b1 /trunk/jerror.h
parent3d3284e6f06ea5fe806ab8d4322b1a0d888b35ae (diff)
Implement lossless crop feature from jpeg v7 and v8
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@243 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/jerror.h')
-rw-r--r--trunk/jerror.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/jerror.h b/trunk/jerror.h
index fc2fffe..edbe903 100644
--- a/trunk/jerror.h
+++ b/trunk/jerror.h
@@ -2,6 +2,7 @@
* jerror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
+ * Modified 1997-2009 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.
*
@@ -45,6 +46,7 @@ JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix")
JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode")
JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS")
+JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request")
JMESSAGE(JERR_BAD_DCT_COEF, "DCT coefficient out of range")
JMESSAGE(JERR_BAD_DCTSIZE, "IDCT output block size %d not supported")
JMESSAGE(JERR_BAD_HUFF_TABLE, "Bogus Huffman table definition")