forked from pool/bzip2
This commit is contained in:
committed by
Git OBS Bridge
parent
072e604215
commit
02f858b34c
@@ -1,6 +1,6 @@
|
||||
--- ./compress.c.orig 2005-08-12 12:02:26.000000000 +0000
|
||||
+++ ./compress.c 2005-08-12 12:03:16.000000000 +0000
|
||||
@@ -488,11 +488,9 @@ void sendMTFValues ( EState* s )
|
||||
--- compress.c
|
||||
+++ compress.c
|
||||
@@ -444,11 +444,9 @@
|
||||
/*--
|
||||
Recompute the tables based on the accumulated frequencies.
|
||||
--*/
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
|
||||
@@ -529,7 +527,7 @@ void sendMTFValues ( EState* s )
|
||||
@@ -485,7 +483,7 @@
|
||||
if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
|
||||
if (s->len[t][i] < minLen) minLen = s->len[t][i];
|
||||
}
|
||||
@@ -22,9 +22,9 @@
|
||||
AssertH ( !(minLen < 1), 3005 );
|
||||
BZ2_hbAssignCodes ( &(s->code[t][0]), &(s->len[t][0]),
|
||||
minLen, maxLen, alphaSize );
|
||||
--- ./huffman.c.orig 2005-08-12 10:45:28.000000000 +0000
|
||||
+++ ./huffman.c 2005-08-12 12:04:19.000000000 +0000
|
||||
@@ -177,7 +177,10 @@ void BZ2_hbMakeCodeLengths ( UChar *len,
|
||||
--- huffman.c
|
||||
+++ huffman.c
|
||||
@@ -137,7 +137,10 @@
|
||||
Huffman codes with a maximum length of 17 bits. However, in
|
||||
order to preserve backwards compatibility with bitstreams
|
||||
produced by versions pre-1.0.3, the decompressor must still
|
||||
|
Reference in New Issue
Block a user