summaryrefslogtreecommitdiffstats
path: root/include/bmpjpeg.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/bmpjpeg.h
parentf3fb4fe22f28b73dd9642f5973af008003133f16 (diff)
download5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.zip
5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.tar.gz
5kk53-5fb88b19bbd727ea9ad38e16ec097d73dd83c529.tar.bz2
Now he is compilable..
Diffstat (limited to 'include/bmpjpeg.h')
-rw-r--r--include/bmpjpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bmpjpeg.h b/include/bmpjpeg.h
index 72fba92..5d95fcf 100644
--- a/include/bmpjpeg.h
+++ b/include/bmpjpeg.h
@@ -1,3 +1,3 @@
-void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);
+void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, int *blok8x8);
void YCbCrAnd8x8toBMP(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);