fix _jxl_decoder_count_frames

This commit is contained in:
olokelo 2024-03-19 13:03:08 +01:00
parent f6086d40cc
commit 5320450679

View File

@ -150,7 +150,7 @@ _jxl_decoder_rewind(PyObject *self) {
}
void *
bool
_jxl_decoder_count_frames(PyObject *self) {
PILJxlDecoderObject *decp = (PILJxlDecoderObject *)self;