From 6e2f651790422871fa048649fceb3a7a65080f33 Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Fri, 30 Dec 2016 12:16:05 +0100 Subject: [PATCH] fixed LZHAM 7-zip Header description --- DOC/Methods-Extern.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/DOC/Methods-Extern.txt b/DOC/Methods-Extern.txt index 3ef260d0..a6e338ca 100644 --- a/DOC/Methods-Extern.txt +++ b/DOC/Methods-Extern.txt @@ -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