Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MaxLength can be 1.
  • Loading branch information
klauspost committed Oct 23, 2015
1 parent dc6f117 commit c6e8ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FORMAT.md
Expand Up @@ -80,7 +80,7 @@ Maximum backreference Length, helping the decoder to deallocate blocks.
|----------------|---------|--------------|
| Format ID | UvarInt | 0x2 (always) |
| MaxBlockSize | UvarInt | >= 512 |
| MaxLength | UvarInt | > 1 |
| MaxLength | UvarInt | >= 1 |

In addition to Maximum Block Size, a `MaxLength` is also added, which indicates the maximum backreference distance
of this stream. This means that any offsets will be less or equal to MaxLength.
Expand Down

0 comments on commit c6e8ee4

Please sign in to comment.