This commit is contained in:
Reece Wilson 2023-07-28 17:16:57 +01:00
parent 247e702712
commit 89dd94f8bd

View File

@ -42,6 +42,7 @@ namespace Aurora::Compression
if (!this->cctx_)
{
SysPushErrorGen("Couldn't create compressor");
return false;
}
uRet = ZSTD_CCtx_setParameter(this->cctx_, ZSTD_c_compressionLevel, meta.uCompressionLevel);