mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
[zstd] Fix typo in spec
This commit is contained in:
parent
5233c58e6c
commit
d856933d31
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ __`Size_Format`__
|
|||
- For `Raw_Literals_Block` and `RLE_Literals_Block`,
|
||||
it's only necessary to decode `Regenerated_Size`.
|
||||
There is no `Compressed_Size` field.
|
||||
- For `Compressed_Block` and `Treeless_Literals_Block`,
|
||||
- For `Compressed_Literals_Block` and `Treeless_Literals_Block`,
|
||||
it's required to decode both `Compressed_Size`
|
||||
and `Regenerated_Size` (the decompressed size).
|
||||
It's also necessary to decode the number of streams (1 or 4).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue