This commit is contained in:
treeform 2022-05-07 11:24:54 -07:00
parent d1780825e3
commit 9c9645598e

View file

@ -489,7 +489,7 @@ proc getBitsAsUnsignedInt(state: var DecoderState, n: int): int =
state.bitCount -= n state.bitCount -= n
return k.int return k.int
{.push overflowChecks: off.} {.push overflowChecks: off, rangeChecks: off.}
proc decodeRegularBlock( proc decodeRegularBlock(
state: var DecoderState, component: int, data: var array[64, int16] state: var DecoderState, component: int, data: var array[64, int16]