mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
fix small error in format documentation example
reported by @dkcasset fix #3142
This commit is contained in:
parent
fda537b299
commit
f33ccd2d1b
@ -945,14 +945,14 @@ sequences are applied to them:
|
|||||||
|:--------------:|:-----------------:|:------------------:|:------------------:|:------------------:|:-----------------------:|
|
|:--------------:|:-----------------:|:------------------:|:------------------:|:------------------:|:-----------------------:|
|
||||||
| | | 1 | 4 | 8 | starting values |
|
| | | 1 | 4 | 8 | starting values |
|
||||||
| 1114 | 11 | 1111 | 1 | 4 | non-repeat |
|
| 1114 | 11 | 1111 | 1 | 4 | non-repeat |
|
||||||
| 1 | 22 | 1111 | 1 | 4 | repeat 1; no change |
|
| 1 | 22 | 1111 | 1 | 4 | repeat 1: no change |
|
||||||
| 2225 | 22 | 2222 | 1111 | 1 | non-repeat |
|
| 2225 | 22 | 2222 | 1111 | 1 | non-repeat |
|
||||||
| 1114 | 111 | 1111 | 2222 | 1111 | non-repeat |
|
| 1114 | 111 | 1111 | 2222 | 1111 | non-repeat |
|
||||||
| 3336 | 33 | 3333 | 1111 | 2222 | non-repeat |
|
| 3336 | 33 | 3333 | 1111 | 2222 | non-repeat |
|
||||||
| 2 | 22 | 1111 | 3333 | 2222 | repeat 2; swap 1 & 2 |
|
| 2 | 22 | 1111 | 3333 | 2222 | repeat 2: swap 1 & 2 |
|
||||||
| 3 | 33 | 2222 | 1111 | 3333 | repeat 3; rotate 3 to 1 |
|
| 3 | 33 | 2222 | 1111 | 3333 | repeat 3: rotate 3 to 1 |
|
||||||
| 3 | 0 | 2221 | 2222 | 1111 | insert resolved offset |
|
| 3 | 0 | 2221 | 2222 | 1111 | special case : insert `repeat1 - 1` |
|
||||||
| 1 | 0 | 2222 | 2221 | 3333 | repeat 2 |
|
| 1 | 0 | 2222 | 2221 | 1111 | == repeat 2 |
|
||||||
|
|
||||||
|
|
||||||
Skippable Frames
|
Skippable Frames
|
||||||
|
Loading…
x
Reference in New Issue
Block a user