mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Revert accidental deletion in Section 10.
This commit is contained in:
parent
2421ed928f
commit
ce2bb01f33
@ -1775,6 +1775,7 @@ The decoding algorithm that produces the uncompressed data is as follows:
|
|||||||
decrement BLEN_D
|
decrement BLEN_D
|
||||||
compute context ID, CIDD from CLEN
|
compute context ID, CIDD from CLEN
|
||||||
read distance code using HTREED[CMAPD[4*BTYPE_D + CIDD]]
|
read distance code using HTREED[CMAPD[4*BTYPE_D + CIDD]]
|
||||||
|
compute distance by distance short code substitution
|
||||||
if distance code is not zero,
|
if distance code is not zero,
|
||||||
and distance is not a static dictionary reference,
|
and distance is not a static dictionary reference,
|
||||||
push distance to the ring buffer of last distances
|
push distance to the ring buffer of last distances
|
||||||
|
Loading…
Reference in New Issue
Block a user