mirror of
https://github.com/facebook/zstd.git
synced 2025-04-26 14:49:18 +03:00
fixed #634 : ZSTDMT_compressCCtx() doesn't provide frame content size in header
This commit is contained in:
parent
0ef6803707
commit
1e1e26f2ac
@ -190,7 +190,7 @@ static int basicUnitTests(U32 seed, double compressibility)
|
||||
DISPLAYLEVEL(4, "OK \n");
|
||||
|
||||
|
||||
/* ZSTDMT Multi-threading test */
|
||||
/* ZSTDMT simple MT compression test */
|
||||
DISPLAYLEVEL(4, "test%3i : create ZSTDMT CCtx : ", testNb++);
|
||||
{ ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2);
|
||||
if (mtctx==NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user