X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fjpeg.c;h=4297299ee5d183fe9b8e815dea1454efea1dcd28;hb=14e22779625de673569c7b950ecc2753fb915b31;hp=1e917c2b40cd6a634ed7c246316012b8f18408e0;hpb=0e1e8065e303030c39c3f2c27e5d32ee58a16c66;p=coreboot.git diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index 1e917c2b4..4297299ee 100644 --- a/src/lib/jpeg.c +++ b/src/lib/jpeg.c @@ -270,7 +270,7 @@ int jpeg_check_size(unsigned char *buf, int width, int height) return 1; } -int jpeg_decode(unsigned char *buf, unsigned char *pic, +int jpeg_decode(unsigned char *buf, unsigned char *pic, int width, int height, int depth, struct jpeg_decdata *decdata) { int i, j, m, tac, tdc;