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
return k.int
{.push overflowChecks: off.}
{.push overflowChecks: off, rangeChecks: off.}
proc decodeRegularBlock(
state: var DecoderState, component: int, data: var array[64, int16]