From 5b2648b536885ad6f33ebe7aa947789a0a7547c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:03:51 +0100 Subject: Merging upstream version 1.6~pre4. Signed-off-by: Daniel Baumann --- encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoder.c') diff --git a/encoder.c b/encoder.c index 3c28c4b..9d43d66 100644 --- a/encoder.c +++ b/encoder.c @@ -684,7 +684,7 @@ static bool LZe_encode_member( struct LZ_encoder * const e ) const bool best = ( e->matchfinder->match_len_limit > 12 ); const int dis_price_count = best ? 1 : 512; const int align_price_count = best ? 1 : dis_align_size; - const int price_count = ( e->matchfinder->match_len_limit > 36 ) ? 1024 : 4096; + const int price_count = ( e->matchfinder->match_len_limit > 36 ) ? 1013 : 4093; int ahead, i; State * const state = &e->state; -- cgit v1.2.3