summaryrefslogtreecommitdiff
path: root/jerror.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-09 00:10:03 +0100
committerChristoph Brill <egore911@egore911.de>2009-01-09 00:10:03 +0100
commitb4a0d19b985df291bf5f0fff1c6e6d657e2091b9 (patch)
treee048ef74d35ed67efcfb89e9c6f631795fb8d07a /jerror.h
parent275f788d0cffaefa68930bd90270a5889c871f87 (diff)
[PATCH] 30_all_jpeg-crop.patch
http://sylvana.net/jpegcrop/ same thing as Debian's 100_crop.dpatch and 200_crop_man.dpatch from libjpeg6b_6b-10
Diffstat (limited to 'jerror.h')
-rw-r--r--jerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jerror.h b/jerror.h
index fc2fffe..41a69d5 100644
--- a/jerror.h
+++ b/jerror.h
@@ -45,6 +45,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")