Skip to content

Commit

Permalink
Merge pull request #28 from Cyan4973/dev
Browse files Browse the repository at this point in the history
updated comment on compressionLevel field
  • Loading branch information
Cyan4973 committed Sep 25, 2014
2 parents dc245be + aac3c9e commit c0054ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lz4frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0054ca

Please sign in to comment.