diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-03-16 22:07:15 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-17 20:19:10 +0800 |
commit | 94097157fae308b2c1a5edb4e8597c68b45eeaea (patch) | |
tree | f963a7defdbc94fc7a2321bdbf9dd672b0117523 /src/liblzma/api/lzma | |
parent | COPYING: Add a note about the included Doxygen-generated HTML. (diff) | |
download | xz-94097157fae308b2c1a5edb4e8597c68b45eeaea.tar.xz |
liblzma: Remove note from lzma_options_bcj about the ARM64 exception.
This was left in by mistake since an early version of the ARM64 filter
used a different struct for its options.
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 eecdf5fd..0c84e0cf 100644 --- a/src/liblzma/api/lzma/bcj.h +++ b/src/liblzma/api/lzma/bcj.h @@ -55,7 +55,7 @@ /** - * \brief Options for BCJ filters (except ARM64) + * \brief Options for BCJ filters * * The BCJ filters never change the size of the data. Specifying options * for them is optional: if pointer to options is NULL, default value is |