summaryrefslogtreecommitdiffstats
path: root/include/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dct.h')
-rw-r--r--include/dct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dct.h b/include/dct.h
index 22d3c36..3418eac 100644
--- a/include/dct.h
+++ b/include/dct.h
@@ -2,4 +2,4 @@ typedef int DCTELEM; /* 16 or 32 bits is fine */
void jpeg_fdct_ifast (DCTELEM * data);
-void IDCT(const int input[64], int *output);
+void IDCT(const int input[64], unsigned char *output);