mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
fix _jxl_decoder_count_frames
This commit is contained in:
parent
f6086d40cc
commit
5320450679
|
@ -150,7 +150,7 @@ _jxl_decoder_rewind(PyObject *self) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
bool
|
||||||
_jxl_decoder_count_frames(PyObject *self) {
|
_jxl_decoder_count_frames(PyObject *self) {
|
||||||
PILJxlDecoderObject *decp = (PILJxlDecoderObject *)self;
|
PILJxlDecoderObject *decp = (PILJxlDecoderObject *)self;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user