mirror of
https://github.com/google/brotli.git
synced 2024-11-09 21:50:07 +00:00
Merge pull request #242 from ende76/spec_suggest_block_switch
Added note about invalid block type value in block switch commands
This commit is contained in:
commit
8523d36e69
@ -1013,7 +1013,7 @@ block category. In other words, the set of literal, insert-and-copy
|
||||
length and distance block types must be [0..NBLTYPESL-1],
|
||||
[0..NBLTYPESI-1], and [0..NBLTYPESD-1], respectively. From this it
|
||||
follows that the alphabet size of literal, insert-and-copy length and
|
||||
distance block type codes is NBLTYPES + 2, NBLTYPESI + 2 and
|
||||
distance block type codes is NBLTYPESL + 2, NBLTYPESI + 2 and
|
||||
NBLTYPESD + 2, respectively.
|
||||
|
||||
Each block count in the compressed data is represented with a pair
|
||||
|
@ -1105,7 +1105,7 @@ Internet-Draft Brotli October 2015
|
||||
length and distance block types must be [0..NBLTYPESL-1],
|
||||
[0..NBLTYPESI-1], and [0..NBLTYPESD-1], respectively. From this it
|
||||
follows that the alphabet size of literal, insert-and-copy length and
|
||||
distance block type codes is NBLTYPES + 2, NBLTYPESI + 2 and
|
||||
distance block type codes is NBLTYPESL + 2, NBLTYPESI + 2 and
|
||||
NBLTYPESD + 2, respectively.
|
||||
|
||||
Each block count in the compressed data is represented with a pair
|
||||
|
Loading…
Reference in New Issue
Block a user