LZ4 has only 12 levels now

This commit is contained in:
Tino Reichardt
2017-02-06 21:21:36 +01:00
parent 2d49fcb686
commit e8f0206665
2 changed files with 2 additions and 67 deletions

View File

@@ -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