zstd cli can increase level when input is too slow
This commit is contained in:
@@ -900,6 +900,7 @@ ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx)
|
||||
fp.ingested = cctx->consumedSrcSize + buffered;
|
||||
fp.consumed = cctx->consumedSrcSize;
|
||||
fp.produced = cctx->producedCSize;
|
||||
fp.currentJobID = 0;
|
||||
return fp;
|
||||
} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user