summaryrefslogtreecommitdiffstats
path: root/src/bmpjpeg.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:32:25 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-05-16 20:32:25 (GMT)
commit3b2f57c60a00c7772d02e37a04cb8ab70be660db (patch)
treeb828890b6dd7c42b5a0063222548c49d2195b7de /src/bmpjpeg.c
parent5fb88b19bbd727ea9ad38e16ec097d73dd83c529 (diff)
download5kk53-3b2f57c60a00c7772d02e37a04cb8ab70be660db.zip
5kk53-3b2f57c60a00c7772d02e37a04cb8ab70be660db.tar.gz
5kk53-3b2f57c60a00c7772d02e37a04cb8ab70be660db.tar.bz2
And the idct and fdct are working perfect..
Diffstat (limited to 'src/bmpjpeg.c')
-rw-r--r--src/bmpjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bmpjpeg.c b/src/bmpjpeg.c
index a21bfe8..66e34b2 100644
--- a/src/bmpjpeg.c
+++ b/src/bmpjpeg.c
@@ -1,6 +1,6 @@
#include "color.h"
-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)
{
unsigned char i,color;
int x,y,Start_point;