Removing the one-line variable declare / assign to make appveyor happy

This commit is contained in:
Stephen Arthur 2016-05-22 18:50:42 -07:00
parent 8b572ade81
commit 67a243d82d

View File

@ -151,7 +151,7 @@ ImagingJpegEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
if (context->quality > 0) {
quality = context->quality;
}
int last_q = 0;
int last_q;
for (i = 0; i < context->qtablesLen; i++) {
// TODO: Should add support for none baseline
jpeg_add_quant_table(&context->cinfo, i, &context->qtables[i * DCTSIZE2],