summaryrefslogtreecommitdiffstats
path: root/include/dct.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:31:17 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:31:17 (GMT)
commit5fb88b19bbd727ea9ad38e16ec097d73dd83c529 (patch)
treeaea932ebb739db430e617aff2936eee05267b7c1 /include/dct.h
parentf3fb4fe22f28b73dd9642f5973af008003133f16 (diff)
download5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.zip
5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.tar.gz
5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.tar.bz2
Now he is compilable..
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);