RepsCodes are saved into Dict

(uncomplete : need decompression to regenerate them)
This commit is contained in:
Yann Collet
2016-06-16 01:05:04 +02:00
parent efd0b4993a
commit 52a0622beb
5 changed files with 111 additions and 49 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ static size_t FSE_writeNCount_generic (void* header, size_t headerBufferSize,
bitStream += count << bitCount;
bitCount += nbBits;
bitCount -= (count<max);
previous0 = (count==1);
previous0 = (count==1);
while (remaining<threshold) nbBits--, threshold>>=1;
}
if (bitCount>16) {