Skip to content

Commit

Permalink
Block size can be 512 bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Oct 23, 2015
1 parent ac4af62 commit dc6f117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FORMAT.md
Expand Up @@ -22,7 +22,7 @@ This index allows to keep track of the last occurence of a block, so it can be d
| Content | Type | Values |
|----------------|---------|--------------|
| Format ID | UvarInt | 0x1 (always) |
| MaxBlockSize | UvarInt | > 512 |
| MaxBlockSize | UvarInt | >= 512 |

## Repeat Blocks

Expand Down Expand Up @@ -79,7 +79,7 @@ Maximum backreference Length, helping the decoder to deallocate blocks.
| Content | Type | Values |
|----------------|---------|--------------|
| Format ID | UvarInt | 0x2 (always) |
| MaxBlockSize | UvarInt | > 512 |
| MaxBlockSize | UvarInt | >= 512 |
| MaxLength | UvarInt | > 1 |

In addition to Maximum Block Size, a `MaxLength` is also added, which indicates the maximum backreference distance
Expand Down

0 comments on commit dc6f117

Please sign in to comment.