Fixed two references to wrong NBLTYPESx

This commit is contained in:
Ende 2015-11-07 17:55:22 -05:00
parent 9bb41938d3
commit 1b8b801078
2 changed files with 4 additions and 4 deletions

View File

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

View File

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