mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
Use BROTLI_MAX_WINDOW_BITS again.
This commit is contained in:
@@ -267,7 +267,7 @@ static void *pt_compress(void *arg)
|
||||
uint8_t *obuf = (uint8_t*)wl->out.buf + 16;
|
||||
wl->out.size -= 16;
|
||||
rv = BrotliEncoderCompress(ctx->level,
|
||||
BROTLI_LARGE_MAX_WINDOW_BITS,
|
||||
BROTLI_MAX_WINDOW_BITS,
|
||||
BROTLI_MODE_GENERIC, in.size,
|
||||
ibuf, &wl->out.size, obuf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user