summaryrefslogtreecommitdiffstats
path: root/encoder.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:25:15 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:25:15 +0000
commit30614e95829d832d1bd3038109132fe56ea085da (patch)
treec613ffcab3d7ef6c3b62e47daf127a36dd88be89 /encoder.h
parentAdding debian version 1.6-1. (diff)
downloadlzip-30614e95829d832d1bd3038109132fe56ea085da.tar.xz
lzip-30614e95829d832d1bd3038109132fe56ea085da.zip
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'encoder.h')
-rw-r--r--encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder.h b/encoder.h
index fe44e71..6433526 100644
--- a/encoder.h
+++ b/encoder.h
@@ -150,7 +150,7 @@ class Matchfinder
int cyclic_pos;
int stream_pos; // first byte not yet read from file
int pos_limit; // when reached, a new block must be read
- const int ides_;
+ const int ides_; // input file descriptor
const int match_len_limit_;
int32_t * const prev_positions; // last seen position of key
int32_t * prev_pos_tree;
@@ -206,7 +206,7 @@ class Range_encoder
int pos;
uint32_t range;
int ff_count;
- const int odes_;
+ const int odes_; // output file descriptor
uint8_t cache;
void shift_low()