summaryrefslogtreecommitdiffstats
path: root/lz4frame.h
diff options
context:
space:
mode:
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;