diff options
author | Pixel <Pixel> | 2002-05-22 23:24:36 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-22 23:24:36 +0000 |
commit | 983358288de02d3bbf09a007f67d6f7d01bc2eff (patch) | |
tree | 2fc578b80ab43be8fa3e2ec0515fa6ef7a1bda99 /lz77.h | |
parent | 2142b6b2c0a52093f8d9559fac38dc36cbd3d99d (diff) |
Daily commit.
Diffstat (limited to 'lz77.h')
-rw-r--r-- | lz77.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ typedef struct { char * name; - int one_is_compressed, bitmap_inversed, one_jump, overlap_trick, negative_trick, sixteen_bits, opposite, filling; + int one_is_compressed, bitmap_inversed, one_jump, overlap_trick, negative_trick, sixteen_bits, ptrb, filling; + int window_start; int l_mask_1, l_shft_1, l_mask_2, l_shft_2; int j_mask_1, j_shft_1, j_mask_2, j_shft_2; int f_mask_1, f_shft_1, f_mask_2, f_shft_2; |