mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Changed Filter ID of LZMA to 0x20.
This commit is contained in:
parent
32fe5fa541
commit
07efcb5a6b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* Filter ID of the LZMA filter. This is used as lzma_filter.id.
|
||||
*/
|
||||
#define LZMA_FILTER_LZMA LZMA_VLI_C(0x40)
|
||||
#define LZMA_FILTER_LZMA LZMA_VLI_C(0x20)
|
||||
|
||||
#define LZMA_FILTER_LZMA2 LZMA_VLI_C(0x21)
|
||||
|
||||
|
|
Loading…
Reference in a new issue