Sequence extractor should update CBlockState

This commit is contained in:
senhuang42 2020-10-30 12:13:19 -04:00
parent 32cac2627a
commit 536e89c723

View File

@ -2574,6 +2574,7 @@ static size_t ZSTD_compressBlock_internal(ZSTD_CCtx* zc,
if (zc->seqCollector.collectSequences) {
ZSTD_copyBlockSequences(zc);
ZSTD_confirmRepcodesAndEntropyTables(zc);
return 0;
}