ghallak / jpeg-python

JPEG encoder/decoder written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with read_huffman_code function

DanylZozulya opened this issue · comments

I have some problems with read_huffman_code function in decoder. When the chars end, the function endlessly adds to the prefix '' and the cycle does not end. Can you please explain me what the problem is?