From 0966aef6cc18db439eb59a6325a0bac9462b428b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 08:23:39 +0100 Subject: Adding upstream version 1.6~pre3. Signed-off-by: Daniel Baumann --- encoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'encoder.h') diff --git a/encoder.h b/encoder.h index 41daa48..fe44e71 100644 --- a/encoder.h +++ b/encoder.h @@ -143,6 +143,7 @@ class Matchfinder long long partial_data_pos; int dictionary_size_; // bytes to keep in buffer before pos + const int after_size; // bytes to keep in buffer after pos int buffer_size; uint8_t * buffer; int pos; @@ -199,7 +200,6 @@ public: class Range_encoder { enum { buffer_size = 65536 }; - uint64_t low; long long partial_member_pos; uint8_t * const buffer; @@ -569,7 +569,7 @@ class LZ_encoder int best_pair_sequence( const int reps[num_rep_distances], const State & state ); - void flush( const State & state ); + void full_flush( const State & state ); public: LZ_encoder( Matchfinder & mf, const File_header & header, const int odes ); -- cgit v1.2.3