mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-06 18:34:14 +03:00
Removing the one-line variable declare / assign to make appveyor happy
This commit is contained in:
parent
8b572ade81
commit
67a243d82d
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue
Block a user