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.
This commit is contained in:
parent
4f50763b98
commit
fd90e2f4c2
|
@ -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
|
* 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
|
* for them is optional: if pointer to options is NULL, default value is
|
||||||
|
|
Loading…
Reference in New Issue