diff --git a/enc/encode.h b/enc/encode.h index a06aa40..1b0885e 100644 --- a/enc/encode.h +++ b/enc/encode.h @@ -180,6 +180,8 @@ class BrotliCompressor { // Command and literal buffers for quality 1. uint32_t* command_buf_; uint8_t* literal_buf_; + + int is_last_block_emitted_; }; // Compresses the data in input_buffer into encoded_buffer, and sets