diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-05-05 20:53:42 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-24 10:58:04 +0200 |
commit | b0f8d9293ca5a0a56964695a59a098c9d1e82b99 (patch) | |
tree | 3c5cb37f6e28755fd55382b937a0c06a329f6698 /src/liblzma/common/stream_buffer_decoder.c | |
parent | liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy(). (diff) | |
download | xz-b0f8d9293ca5a0a56964695a59a098c9d1e82b99.tar.xz |
liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.
The documentation mentions that lzma_block_encoder() supports
LZMA_SYNC_FLUSH but it was never added to supported_actions[]
in the internal structure. Because of this, LZMA_SYNC_FLUSH could
not be used with the Block encoder unless it was the next coder
after something like stream_encoder() or stream_encoder_mt().
Diffstat (limited to 'src/liblzma/common/stream_buffer_decoder.c')
0 files changed, 0 insertions, 0 deletions