mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Fixed two references to wrong NBLTYPESx
This commit is contained in:
parent
9bb41938d3
commit
1b8b801078
@ -1646,11 +1646,11 @@ commands. Each command has the following format:
|
||||
Insert length number of literals, with the following format:
|
||||
|
||||
Block type code for next literal block type, appears
|
||||
only if NBLTYPESI >= 2 and the previous literal
|
||||
only if NBLTYPESL >= 2 and the previous literal
|
||||
block count is zero
|
||||
|
||||
Block count code + extra bits for next literal
|
||||
block count, appears only if NBLTYPESI >= 2 and the
|
||||
block count, appears only if NBLTYPESL >= 2 and the
|
||||
previous literal block count is zero
|
||||
|
||||
Next byte of the uncompressed data, encoded with the
|
||||
|
@ -1746,11 +1746,11 @@ Internet-Draft Brotli October 2015
|
||||
Insert length number of literals, with the following format:
|
||||
|
||||
Block type code for next literal block type, appears
|
||||
only if NBLTYPESI >= 2 and the previous literal
|
||||
only if NBLTYPESL >= 2 and the previous literal
|
||||
block count is zero
|
||||
|
||||
Block count code + extra bits for next literal
|
||||
block count, appears only if NBLTYPESI >= 2 and the
|
||||
block count, appears only if NBLTYPESL >= 2 and the
|
||||
previous literal block count is zero
|
||||
|
||||
Next byte of the uncompressed data, encoded with the
|
||||
|
Loading…
Reference in New Issue
Block a user