diff options
author | Daniel Baumann <daniel@debian.org> | 2025-02-05 17:02:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2025-02-05 17:02:57 +0000 |
commit | 3b7e17c141bf8c88a3d0b6afff27239c63ae8f2e (patch) | |
tree | 4a73324f0332390d84c3d83843444e68e833eff4 /encoder.h | |
parent | Adding upstream version 1.6. (diff) | |
download | lzip-3b7e17c141bf8c88a3d0b6afff27239c63ae8f2e.tar.xz lzip-3b7e17c141bf8c88a3d0b6afff27239c63ae8f2e.zip |
Adding upstream version 1.7.upstream/1.7
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'encoder.h')
-rw-r--r-- | encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |