mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 04:11:46 -06:00
update Brotli to version 1.0.6
This commit is contained in:
@@ -23,7 +23,7 @@ typedef struct DictWord {
|
||||
} DictWord;
|
||||
|
||||
static const int kDictNumBits = 15;
|
||||
static const uint32_t kDictHashMul32 = 0x1e35a7bd;
|
||||
static const uint32_t kDictHashMul32 = 0x1E35A7BD;
|
||||
|
||||
static const uint16_t kStaticDictionaryBuckets[32768] = {
|
||||
1,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,20,0,0,0,21,0,22,0,0,0,0,0,0,0,0,23,0,0,25,0,29,
|
||||
|
||||
Reference in New Issue
Block a user