summaryrefslogtreecommitdiffstats
path: root/lz4frame.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-11-30 16:59:31 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-11-30 16:59:31 (GMT)
commit6de52c2a8c40b7381e364ad87af9e80a60d95229 (patch)
tree94cbbc42259a2f505b826d2462e20dbfda0817f0 /lz4frame.h
parentdee47d11be17aec91a16a6381ea321b4d79f4200 (diff)
downloadlz4-6de52c2a8c40b7381e364ad87af9e80a60d95229.zip
lz4-6de52c2a8c40b7381e364ad87af9e80a60d95229.tar.gz
lz4-6de52c2a8c40b7381e364ad87af9e80a60d95229.tar.bz2
LZ4IO : modified to use lz4frame instead
Diffstat (limited to 'lz4frame.h')
-rw-r--r--lz4frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4frame.h b/lz4frame.h
index d31203d..a4f5e36 100644
--- a/lz4frame.h
+++ b/lz4frame.h
@@ -201,7 +201,7 @@ size_t LZ4F_compressEnd(LZ4F_compressionContext_t compressionContext, void* dstB
typedef void* LZ4F_decompressionContext_t;
typedef struct {
- unsigned stableDst; /* unused for the time being, must be 0 */
+ unsigned stableDst; /* guarantee that decompressed data will still be there on next function calls (avoid storage into tmp buffers) */
unsigned reserved[3];
} LZ4F_decompressOptions_t;