mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 18:07:00 -06:00
LZ4 has only 12 levels now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
/**
|
||||
* Copyright (c) 2016 Tino Reichardt
|
||||
* Copyright (c) 2016 - 2017 Tino Reichardt
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
@@ -26,7 +26,7 @@ extern "C" {
|
||||
|
||||
/* current maximum the library will accept */
|
||||
#define LZ4MT_THREAD_MAX 128
|
||||
#define LZ4MT_LEVEL_MAX 16
|
||||
#define LZ4MT_LEVEL_MAX 12
|
||||
|
||||
#define LZ4FMT_MAGICNUMBER 0x184D2204U
|
||||
#define LZ4FMT_MAGIC_SKIPPABLE 0x184D2A50U
|
||||
|
||||
Reference in New Issue
Block a user