pub const JXL_DEC_JPEG_NEED_MORE_OUTPUT: JxlDecoderStatus = 6;
Expand description

The JPEG reconstruction buffer is too small for reconstructed JPEG codestream to fit. @ref JxlDecoderSetJPEGBuffer must be called again to make room for remaining bytes. This event may occur multiple times after @ref JXL_DEC_JPEG_RECONSTRUCTION.