mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
minor fix in the comments
This commit is contained in:
parent
fdf074b050
commit
690446050a
|
@ -636,7 +636,7 @@ WebPEncode_wrapper(PyObject *self, PyObject *args) {
|
||||||
config.quality = quality_factor;
|
config.quality = quality_factor;
|
||||||
config.method = method;
|
config.method = method;
|
||||||
#if WEBP_ENCODER_ABI_VERSION >= 0x0209
|
#if WEBP_ENCODER_ABI_VERSION >= 0x0209
|
||||||
// the exact flag is only available in libwebp 0.5.0 and later
|
// the "exact" flag is only available in libwebp 0.5.0 and later
|
||||||
config.exact = exact;
|
config.exact = exact;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user