Updated Save 8bit Jpeg.

This commit is contained in:
miker 2021-06-10 04:59:36 +02:00
parent 6a90868c07
commit 5683135b15
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static BOOL SaveJPEG(struct IClass *cl, Object *o, struct dtWrite *dtw )
{
JpegHandleType *jpeghandle;
BPTR filehandle;
unsigned int width, height, numplanes;
unsigned int width, height, numplanes, comp;
UBYTE *linebuf;
struct BitMapHeader *bmhd;
long *colorregs;