mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
ZSTD_compressSequencesAndLiterals() now supports multi-blocks frames.
This commit is contained in:
@ -3880,7 +3880,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
|
||||
|
||||
DISPLAYLEVEL(3, "test%3i : ZSTD_compressSequencesAndLiterals : ", testNb++);
|
||||
{
|
||||
const size_t srcSize = 100 KB;
|
||||
const size_t srcSize = 500 KB;
|
||||
const BYTE* const src = (BYTE*)CNBuffer;
|
||||
BYTE* const dst = (BYTE*)compressedBuffer;
|
||||
const size_t dstCapacity = ZSTD_compressBound(srcSize);
|
||||
|
Reference in New Issue
Block a user