summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-11-26 20:10:33 +0200
committerLasse Collin <lasse.collin@tukaani.org>2014-11-26 20:10:33 +0200
commit6d9c0ce9f2677b159e32b224aba5b535b304a705 (patch)
treefcd6c51a967198f6760bc7e56d5a1f41ce9cda79
parent2301f3f05dd9742f42cda8f0f318864f5dc39ab3 (diff)
downloadxz-6d9c0ce9f2677b159e32b224aba5b535b304a705.tar.gz
liblzma: Update lzma_stream_encoder_mt() API docs.
-rw-r--r--src/liblzma/api/lzma/container.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/container.h b/src/liblzma/api/lzma/container.h
index b9c5e71..52667b6 100644
--- a/src/liblzma/api/lzma/container.h
+++ b/src/liblzma/api/lzma/container.h
@@ -340,8 +340,9 @@ extern LZMA_API(uint64_t) lzma_stream_encoder_mt_memusage(
* This provides the functionality of lzma_easy_encoder() and
* lzma_stream_encoder() as a single function for multithreaded use.
*
- * TODO: For lzma_code(), only LZMA_RUN and LZMA_FINISH are currently
- * supported. Support for other actions has been planned.
+ * The supported actions for lzma_code() are LZMA_RUN, LZMA_FULL_FLUSH,
+ * LZMA_FULL_BARRIER, and LZMA_FINISH. Support for LZMA_SYNC_FLUSH might be
+ * added in the future.
*
* \param strm Pointer to properly prepared lzma_stream
* \param options Pointer to multithreaded compression options