aboutsummaryrefslogtreecommitdiff
path: root/jmorecfg.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-09 23:06:07 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-08-09 23:06:07 +0000
commitb7dedd4b8887eeb35410610b27ff95dadb0b1071 (patch)
treef1059a66024971102052b4401fac912c2a25274b /jmorecfg.h
parent3c1db02e4f2813404c94141a1a2c2afdb03d759f (diff)
12-bit JPEG support
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1337 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jmorecfg.h')
-rw-r--r--jmorecfg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/jmorecfg.h b/jmorecfg.h
index 91fbd15..36fe971 100644
--- a/jmorecfg.h
+++ b/jmorecfg.h
@@ -14,18 +14,6 @@
/*
- * Define BITS_IN_JSAMPLE as either
- * 8 for 8-bit sample values (the usual setting)
- * 12 for 12-bit sample values
- * Only 8 and 12 are legal data precisions for lossy JPEG according to the
- * JPEG standard, and the IJG code does not support anything else!
- * We do not support run-time selection of data precision, sorry.
- */
-
-#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
-
-
-/*
* Maximum number of components (color channels) allowed in JPEG image.
* To meet the letter of the JPEG spec, set this to 255. However, darn
* few applications need more than 4 channels (maybe 5 for CMYK + alpha