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
1 changed files with 1 additions and 5 deletions

View File

@ -49,13 +49,9 @@
* Filter for SPARC binaries.
*/
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27020B)
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A)
/**<
* 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!
*/
/**