This commit is contained in:
Ryan Oldenburg 2022-05-16 18:25:53 -05:00
parent 50090a8800
commit 4984513e22

View file

@ -311,7 +311,7 @@ proc reset(state: var DecoderState) =
if state.restartInterval != 0:
state.todo = state.restartInterval
else:
state.todo = 0x7fffffff
state.todo = int.high
state.eobRun = 0
proc decodeSOS(state: var DecoderState) =