updated comment on compressionLevel field
authorYann Collet <yann.collet.73@gmail.com>
Wed, 24 Sep 2014 12:48:03 +0000 (13:48 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 24 Sep 2014 12:48:03 +0000 (13:48 +0100)
lz4frame.h

index d24a824..bb7d688 100644 (file)
@@ -93,7 +93,7 @@ typedef struct {
 
 typedef struct {
   LZ4F_frameInfo_t frameInfo;
-  unsigned         compressionLevel;       /* from 0 to 16 */
+  unsigned         compressionLevel;       /* Not yet supported : only fast compression for the time being */
   unsigned         autoFlush;              /* 1 == always flush; reduce need for tmp buffer */
   unsigned         reserved[4];
 } LZ4F_preferences_t;