diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:39 +0000 |
commit | 0966aef6cc18db439eb59a6325a0bac9462b428b (patch) | |
tree | 7e86146c8af05d5eeea569d6022cfeb848fb3fa5 /encoder.h | |
parent | Adding upstream version 1.6~pre2. (diff) | |
download | lzip-0966aef6cc18db439eb59a6325a0bac9462b428b.tar.xz lzip-0966aef6cc18db439eb59a6325a0bac9462b428b.zip |
Adding upstream version 1.6~pre3.upstream/1.6_pre3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ); |