]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix malformed state table 3816/head
authorelasota <1137273+elasota@users.noreply.github.com>
Thu, 9 Nov 2023 17:22:27 +0000 (12:22 -0500)
committerelasota <1137273+elasota@users.noreply.github.com>
Thu, 9 Nov 2023 17:28:21 +0000 (12:28 -0500)
doc/zstd_compression_format.md

index 0532a846f45ceacbb7cfe86b24b42e4aa465990c..b362b206dfddff2ab5e723b5125571aa84bcb244 100644 (file)
@@ -1187,9 +1187,9 @@ Baseline is assigned starting from the higher states using fewer bits,
 increasing at each state, then resuming at the first state,
 each state takes its allocated width from Baseline.
 
-| state value      |   1   |  39   |   77   |  84  |  122   |
 | state order      |   0   |   1   |    2   |   3  |    4   |
 | ---------------- | ----- | ----- | ------ | ---- | ------ |
+| state value      |   1   |  39   |   77   |  84  |  122   |
 | width            |  32   |  32   |   32   |  16  |   16   |
 | `Number_of_Bits` |   5   |   5   |    5   |   4  |    4   |
 | range number     |   2   |   4   |    6   |   0  |    1   |