fixed LZHAM 7-zip Header description

This commit is contained in:
Tino Reichardt
2016-12-30 12:16:05 +01:00
parent f38508d0a5
commit 6e2f651790

View File

@@ -29,10 +29,12 @@ License:
LZHAM library is provided as open source software using a MIT license.
7-Zip Container Header:
Byte _ver_major;
Byte _ver_minor;
Byte _ver;
Byte _dict_size;
Byte _level;
Byte _reserved[2];
Byte _flags;
Byte _reserved[1];
Algorithm author: Rich Geldreich
Algorithm Homepage: https://github.com/richgel999/lzham_codec