lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.06k stars 421 forks source link

Fix wrong error code if huffmanDecodeSymbol fail #52

Closed JayXon closed 6 years ago

JayXon commented 7 years ago

The return value of huffmanDecodeSymbol is stored in code_d not code_ll, code_ll is between 257 and 285 here.

mateoconlechuga commented 7 years ago

I can also confirm this is correct.

lvandeve commented 6 years ago

Thanks for finding this!