Browse Source

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.
v5.6
Jia Tan 1 year ago
parent
commit
fd90e2f4c2
  1. 2
      src/liblzma/api/lzma/bcj.h

2
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

Loading…
Cancel
Save