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:
szabadka 2015-10-27 12:19:53 +01:00
commit 8523d36e69
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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