]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated spec
authorYann Collet <yann.collet.73@gmail.com>
Tue, 5 Jul 2016 23:50:44 +0000 (01:50 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 5 Jul 2016 23:50:44 +0000 (01:50 +0200)
zstd_compression_format.md

index 94b1dc5cdd50cb9c4402c81e38772ccb9927e2d2..2fbe3fa4c018312c4b83f207a66a73439208349b 100644 (file)
@@ -561,7 +561,7 @@ which tells how to decode the list of weights.
 - if headerByte >= 242 : this is one of 14 pre-defined weight distributions :
 
 | value    |242|243|244|245|246|247|248|249|250|251|252|253|254|255|
-| -------- |
+| -------- |---|---|---|---|---|---|---|---|---|---|---|---|---|---|
 | Nb of 1s | 1 | 2 | 3 | 4 | 7 | 8 | 15| 16| 31| 32| 63| 64|127|128|
 |Complement| 1 | 2 | 1 | 4 | 1 | 8 | 1 | 16| 1 | 32| 1 | 64| 1 |128|