f
This commit is contained in:
parent
50090a8800
commit
4984513e22
1 changed files with 1 additions and 1 deletions
|
@ -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) =
|
||||
|
|
Loading…
Reference in a new issue