liblzma: Add lzma_filters_update() support to the multi-threaded encoder.
commit93439cfafe1768b3b18d67d2356ef7e7559bba59
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 24 Nov 2022 14:25:10 +0000 (24 16:25 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 24 Nov 2022 14:25:10 +0000 (24 16:25 +0200)
tree7b02d2ea781fa77021c587f7d95c173a88c8d9cd
parent17ac51e689794eb41cab3e80946fec689caea2d2
liblzma: Add lzma_filters_update() support to the multi-threaded encoder.

A tiny downside of this is that now a 1-4 tiny allocations are made
for every Block because each worker thread needs its own copy of
the filter chain.
src/liblzma/api/lzma/filter.h
src/liblzma/common/stream_encoder_mt.c