diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-07 10:23:13 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-07 10:23:13 +0300 |
commit | 07efcb5a6bc5d7018798ebd728586f84183e7d64 (patch) | |
tree | 7f2a8e401fef7d36bd4a7f219fef3d57a2be07da /doc | |
parent | Comments (diff) | |
download | xz-07efcb5a6bc5d7018798ebd728586f84183e7d64.tar.xz |
Changed Filter ID of LZMA to 0x20.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/file-format.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/file-format.txt b/doc/file-format.txt index 951e3943..60ec6b72 100644 --- a/doc/file-format.txt +++ b/doc/file-format.txt @@ -86,7 +86,7 @@ The .lzma File Format 0.2. Changes - Last modified: 2008-09-03 14:10+0300 + Last modified: 2008-09-07 10:20+0300 (A changelog will be kept once the first official version is made.) @@ -777,7 +777,7 @@ The .lzma File Format decompression. LZMA is based on LZ77 and range coding algorithms. - Filter ID: 0x40 + Filter ID: 0x20 Size of Filter Properties: 5 bytes Changes size of data: Yes Allow as a non-last filter: No |