From c6e8ee481b3d1383e20052fe296ee4a117dbd369 Mon Sep 17 00:00:00 2001 From: klauspost Date: Fri, 23 Oct 2015 13:05:15 +0200 Subject: [PATCH] MaxLength can be 1. --- FORMAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FORMAT.md b/FORMAT.md index 1768df1..d33f366 100644 --- a/FORMAT.md +++ b/FORMAT.md @@ -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.