summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-11-03 09:01:20 (GMT)
committerYann Collet <cyan@fb.com>2017-11-03 09:03:19 (GMT)
commite2eca62046e500a95ab34e913e939aa68acb2cd4 (patch)
tree2093a20c1fcd451c7c8f1e80e22087c3b1e3090b /lib/lz4hc.h
parent3b222d2d963fe6144498a3cb306943566ddb6922 (diff)
downloadlz4-e2eca62046e500a95ab34e913e939aa68acb2cd4.zip
lz4-e2eca62046e500a95ab34e913e939aa68acb2cd4.tar.gz
lz4-e2eca62046e500a95ab34e913e939aa68acb2cd4.tar.bz2
LZ4_compress_HC_continue_destSize() now compatible with optimal parser
levels 11+
Diffstat (limited to 'lib/lz4hc.h')
-rw-r--r--lib/lz4hc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lz4hc.h b/lib/lz4hc.h
index 191ab0c..4fbe91e 100644
--- a/lib/lz4hc.h
+++ b/lib/lz4hc.h
@@ -266,8 +266,8 @@ int LZ4_compress_HC_continue_destSize(LZ4_streamHC_t* LZ4_streamHCPtr,
int* srcSizePtr, int targetDstSize);
/*! LZ4_setCompressionLevel() : v1.8.0 (experimental)
- * It's possible to change compression level after LZ4_resetStreamHC(), between 2 invocations of LZ4_compress_HC_continue*(),
- * but that requires to stay in the same mode (aka 1-10 or 11-12).
+ * It's possible to change compression level between 2 invocations of LZ4_compress_HC_continue*(),
+ * but it requires to stay in the same mode (aka 1-10 or 11-12).
* This function ensures this condition.
*/
void LZ4_setCompressionLevel(LZ4_streamHC_t* LZ4_streamHCPtr, int compressionLevel);