Skip to content

Commit babd023

Browse files
1div0lgritz
andauthored
Update src/jpegxl.imageio/jxlinput.cpp
++ Co-authored-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Peter Kovář <software@reflexion.tv>
1 parent de642a7 commit babd023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jpegxl.imageio/jxlinput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ JxlInput::open(const std::string& name, ImageSpec& newspec)
221221
JxlPixelFormat format;
222222
JxlDataType jxl_data_type;
223223
TypeDesc m_data_type;
224-
uint32_t bits;
224+
uint32_t bits = 0;
225225

226226
for (;;) {
227227
JxlDecoderStatus status = JxlDecoderProcessInput(m_decoder.get());

0 commit comments

Comments
 (0)