mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-02-19 21:23:10 +00:00
Update leopard/leopard.nim
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
This commit is contained in:
parent
16818fcd3b
commit
53ae82111e
@ -35,7 +35,7 @@ type
|
||||
parity*: int # total number of parity buffers (M)
|
||||
dataBufferPtr: seq[LeoBufferPtr] # buffer where data is copied before encoding
|
||||
workBufferCount: int # number of parity work buffers
|
||||
workBufferPtr: seq[LeoBufferPtr] # buffer where parity is copied before encoding
|
||||
workBufferPtr: seq[LeoBufferPtr] # buffer where parity data is written during encoding or before decoding
|
||||
case kind: LeoCoderKind
|
||||
of LeoCoderKind.Decoder:
|
||||
decodeBufferCount: int # number of decoding work buffers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user