liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK.
If Check is unsupported, it will be silently ignored. It's the caller's job to handle it.
This commit is contained in:
parent
4125667311
commit
f12ce0f23a
|
@ -464,9 +464,6 @@ extern LZMA_API(lzma_ret) lzma_block_encoder(
|
||||||
* LZMA_FINISH is not required. It is supported only for convenience.
|
* LZMA_FINISH is not required. It is supported only for convenience.
|
||||||
*
|
*
|
||||||
* \return - LZMA_OK: All good, continue with lzma_code().
|
* \return - LZMA_OK: All good, continue with lzma_code().
|
||||||
* - LZMA_UNSUPPORTED_CHECK: Initialization was successful, but
|
|
||||||
* the given Check ID is not supported, thus Check will be
|
|
||||||
* ignored.
|
|
||||||
* - LZMA_PROG_ERROR
|
* - LZMA_PROG_ERROR
|
||||||
* - LZMA_MEM_ERROR
|
* - LZMA_MEM_ERROR
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue