aboutsummaryrefslogtreecommitdiff
path: root/jdct.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 /jdct.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 'jdct.h')
-rw-r--r--jdct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/jdct.h b/jdct.h
index c06bf9d..6f8b159 100644
--- a/jdct.h
+++ b/jdct.h
@@ -41,7 +41,6 @@ typedef unsigned int UDCTELEM2;
#endif
#else
typedef INT32 DCTELEM; /* must have 32 bits */
-typedef UINT32 UDCTELEM;
typedef unsigned long long UDCTELEM2;
#endif