mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 02:13:11 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
32590baeec
commit
45fb0626b3
|
@ -196,7 +196,11 @@ ImagingJpegEncode(Imaging im, ImagingCodecState state, UINT8 *buf, int bytes) {
|
||||||
// jpeg_set_defaults created two qtables internally, but we only
|
// jpeg_set_defaults created two qtables internally, but we only
|
||||||
// wanted one.
|
// wanted one.
|
||||||
jpeg_add_quant_table(
|
jpeg_add_quant_table(
|
||||||
&context->cinfo, 1, &context->qtables[0], scale_factor, force_baseline
|
&context->cinfo,
|
||||||
|
1,
|
||||||
|
&context->qtables[0],
|
||||||
|
scale_factor,
|
||||||
|
force_baseline
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
for (i = last_q; i < context->cinfo.num_components; i++) {
|
for (i = last_q; i < context->cinfo.num_components; i++) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user