mirror of
https://github.com/google/brotli.git
synced 2024-11-25 04:50:05 +00:00
commit
2032f41ffa
@ -2039,10 +2039,8 @@ BrotliDecoderResult BrotliDecoderDecompressStream(
|
||||
s->state = BROTLI_STATE_HUFFMAN_CODE_0;
|
||||
break;
|
||||
case BROTLI_STATE_UNCOMPRESSED: {
|
||||
int bytes_copied = s->meta_block_remaining_len;
|
||||
result = CopyUncompressedBlockToOutput(
|
||||
available_out, next_out, total_out, s);
|
||||
bytes_copied -= s->meta_block_remaining_len;
|
||||
if (result != BROTLI_DECODER_SUCCESS) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user