diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-01 18:51:52 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-01 18:55:00 +0200 |
commit | f9ca7d45162664ddd9fb70e19335c2426e5d75bb (patch) | |
tree | 914395592d375d3cec303b678ae53fea5b421585 /src/liblzma/api/lzma | |
parent | xz: Omit the special notes about ARM64 filter on the man page. (diff) | |
download | xz-f9ca7d45162664ddd9fb70e19335c2426e5d75bb.tar.xz |
liblzma: Omit zero-skipping from ARM64 filter.
It has some complicated downsides and its usefulness is more limited
than I originally thought. So this change is bad for certain very
specific situations but a generic solution that works for other
filters (and is otherwise better too) is planned anyway. And this
way 7-Zip can use the same compatible filter for the .7z format.
This is still marked as experimental with a new temporary Filter ID.
Diffstat (limited to 'src/liblzma/api/lzma')
-rw-r--r-- | src/liblzma/api/lzma/bcj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/bcj.h b/src/liblzma/api/lzma/bcj.h index b68b6bac..15775d7b 100644 --- a/src/liblzma/api/lzma/bcj.h +++ b/src/liblzma/api/lzma/bcj.h @@ -49,7 +49,7 @@ * Filter for SPARC binaries. */ -#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27010B) +#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27020B) /**< * Filter for ARM64 binaries. * |