mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 15:20:33 +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) {
|
||||
PILJxlDecoderObject *decp = (PILJxlDecoderObject *)self;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user