1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A.

This commit is contained in:
Lasse Collin 2022-12-11 21:13:06 +02:00
parent 01b3549e52
commit 31dbd1e5fb

View file

@ -49,13 +49,9 @@
* Filter for SPARC binaries. * Filter for SPARC binaries.
*/ */
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27020B) #define LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A)
/**< /**<
* Filter for ARM64 binaries. * Filter for ARM64 binaries.
*
* \note THIS IS AN EXPERIMENTAL VERSION WHICH WILL
* STILL CHANGE! FILES CREATED WITH THIS
* WILL NOT BE SUPPORTED IN THE FUTURE!
*/ */
/** /**