mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
lzma_raw_encoder() and lzma_raw_encoder_init() used "options" as the parameter name instead of "filters" (used by the declaration). "filters" is more clear since the parameter represents the list of filters passed to the raw encoder, each of which contains filter options.