This commit is contained in:
Christian Clauss 2021-10-02 04:04:07 +02:00 committed by GitHub
parent 9173d4edf9
commit 5852ac2eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1348,7 +1348,7 @@ const uInt border[] = { // Order of the bit length code lengths
// end-of-block. Note however that the static length tree defines
// 288 codes just to fill out the Huffman codes. Codes 286 and 287
// cannot be used though, since there is no length base or extra bits
// defined for them. Similarly, there are up to 30 distance o
// defined for them. Similarly, there are up to 30 distance codes.
// However, static trees define 32 codes (all 5 bits) to fill out the
// Huffman codes, but the last two had better not show up in the data.
// 7. Unzip can check dynamic Huffman blocks for complete code sets.