mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
commit
926a08cdb3
2
decode.c
2
decode.c
|
@ -754,7 +754,7 @@ PyImaging_JpegDecoderNew(PyObject* self, PyObject* args)
|
||||||
ImagingDecoderObject* decoder;
|
ImagingDecoderObject* decoder;
|
||||||
|
|
||||||
char* mode;
|
char* mode;
|
||||||
char* rawmode; /* what we wan't from the decoder */
|
char* rawmode; /* what we want from the decoder */
|
||||||
char* jpegmode; /* what's in the file */
|
char* jpegmode; /* what's in the file */
|
||||||
int scale = 1;
|
int scale = 1;
|
||||||
int draft = 0;
|
int draft = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user