Merge pull request #1395 from facebook/decompressblock

created zstd_decompress_block module
This commit is contained in:
Yann Collet
2018-10-29 16:28:09 -07:00
committed by GitHub
20 changed files with 1443 additions and 1302 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ struct ZSTD_matchState_t {
U32* hashTable3;
U32* chainTable;
optState_t opt; /* optimal parser state */
const ZSTD_matchState_t *dictMatchState;
const ZSTD_matchState_t * dictMatchState;
ZSTD_compressionParameters cParams;
};