mirror of
https://github.com/google/brotli.git
synced 2024-11-09 21:50:07 +00:00
Fix DecodeContextMap
This commit is contained in:
parent
43d4f45b6e
commit
d2b17196f2
@ -916,7 +916,7 @@ static BrotliDecoderErrorCode HuffmanTreeGroupDecode(
|
||||
static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size,
|
||||
uint32_t* num_htrees,
|
||||
uint8_t** context_map_arg,
|
||||
BrotliState* s) {
|
||||
BrotliDecoderState* s) {
|
||||
BrotliBitReader* br = &s->br;
|
||||
BrotliDecoderErrorCode result = BROTLI_DECODER_SUCCESS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user