diff options
author | Yann Collet <cyan@fb.com> | 2017-03-16 22:10:38 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-03-16 22:10:38 (GMT) |
commit | cd35f0d98c54e3ba0573ce5473482fadd6ec0a59 (patch) | |
tree | 94fd812d9a7cc29a7004effa98e09236ba61d124 /lib/lz4.c | |
parent | 6b2a1b3606be01a0b4899a1aaa566f0943064da9 (diff) | |
download | lz4-cd35f0d98c54e3ba0573ce5473482fadd6ec0a59.zip lz4-cd35f0d98c54e3ba0573ce5473482fadd6ec0a59.tar.gz lz4-cd35f0d98c54e3ba0573ce5473482fadd6ec0a59.tar.bz2 |
LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path
Limits compression level to 10,
to remain compatible with Hash Chain.
Diffstat (limited to 'lib/lz4.c')
-rw-r--r-- | lib/lz4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* LZ4 - Fast LZ compression algorithm - Copyright (C) 2011-2016, Yann Collet. + Copyright (C) 2011-2017, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) |