mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
Enable the static dictionary in the Brotli decoder.
This commit is contained in:
parent
2f268ad158
commit
cddab4adef
@ -680,8 +680,6 @@ int BrotliDecompress(BrotliInput input, BrotliOutput output) {
|
|||||||
- flushing the input ringbuffer when decoding uncompressed blocks */
|
- flushing the input ringbuffer when decoding uncompressed blocks */
|
||||||
static const int kRingBufferWriteAheadSlack = 128 + BROTLI_READ_SIZE;
|
static const int kRingBufferWriteAheadSlack = 128 + BROTLI_READ_SIZE;
|
||||||
|
|
||||||
static const int kMaxDictionaryWordLength = 0;
|
|
||||||
|
|
||||||
if (!BrotliInitBitReader(&br, input)) {
|
if (!BrotliInitBitReader(&br, input)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user