Merge pull request #1744 from bimbashrestha/dev

Generate RLE blocks in the encoder
This commit is contained in:
Yann Collet
2019-08-29 15:19:10 -07:00
committed by GitHub
3 changed files with 55 additions and 7 deletions
+1
View File
@@ -241,6 +241,7 @@ struct ZSTD_CCtx_s {
XXH64_state_t xxhState;
ZSTD_customMem customMem;
size_t staticSize;
int isFirstBlock;
seqStore_t seqStore; /* sequences storage ptrs */
ldmState_t ldmState; /* long distance matching state */