f
This commit is contained in:
parent
5c04aacbe2
commit
102215a611
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,6 @@ type
|
||||||
len, pos: int
|
len, pos: int
|
||||||
bitsBuffered: int
|
bitsBuffered: int
|
||||||
bitBuffer: uint32
|
bitBuffer: uint32
|
||||||
hitEnd: bool
|
|
||||||
imageHeight, imageWidth: int
|
imageHeight, imageWidth: int
|
||||||
quantizationTables: array[4, array[64, uint8]]
|
quantizationTables: array[4, array[64, uint8]]
|
||||||
huffmanTables: array[2, array[4, Huffman]] # 0 = DC, 1 = AC
|
huffmanTables: array[2, array[4, Huffman]] # 0 = DC, 1 = AC
|
||||||
|
@ -84,6 +83,7 @@ type
|
||||||
restartInterval: int
|
restartInterval: int
|
||||||
todoBeforeRestart: int
|
todoBeforeRestart: int
|
||||||
eobRun: int
|
eobRun: int
|
||||||
|
hitEnd: bool
|
||||||
orientation: int
|
orientation: int
|
||||||
|
|
||||||
when defined(release):
|
when defined(release):
|
||||||
|
|
Loading…
Reference in a new issue