commit
4f63cb9755
@ -60,7 +60,7 @@ static void *compressFile_orDie(void *data)
|
|||||||
CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_checksumFlag, 1) );
|
CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_checksumFlag, 1) );
|
||||||
ZSTD_CCtx_setParameter(cctx, ZSTD_c_nbWorkers, nbThreads);
|
ZSTD_CCtx_setParameter(cctx, ZSTD_c_nbWorkers, nbThreads);
|
||||||
|
|
||||||
/* This loop read from the input file, compresses that entire chunk,
|
/* This loop reads from the input file, compresses that entire chunk,
|
||||||
* and writes all output produced to the output file.
|
* and writes all output produced to the output file.
|
||||||
*/
|
*/
|
||||||
size_t const toRead = buffInSize;
|
size_t const toRead = buffInSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user