mirror of
https://git.tukaani.org/xz.git
synced 2025-04-20 06:30:50 +00:00
liblzma: Update the lzma_lzip_decoder() docs about sync flush marker
This commit is contained in:
parent
f59c585960
commit
dd006a67e5
@ -843,8 +843,7 @@ extern LZMA_API(lzma_ret) lzma_alone_decoder(
|
|||||||
/**
|
/**
|
||||||
* \brief Initialize .lz (lzip) decoder (a foreign file format)
|
* \brief Initialize .lz (lzip) decoder (a foreign file format)
|
||||||
*
|
*
|
||||||
* This decoder supports the .lz format version 0 and the unextended .lz
|
* This decoder supports the .lz format versions 0 and 1:
|
||||||
* format version 1:
|
|
||||||
*
|
*
|
||||||
* - Files in the format version 0 were produced by lzip 1.3 and older.
|
* - Files in the format version 0 were produced by lzip 1.3 and older.
|
||||||
* Such files aren't common but may be found from file archives
|
* Such files aren't common but may be found from file archives
|
||||||
@ -853,12 +852,12 @@ extern LZMA_API(lzma_ret) lzma_alone_decoder(
|
|||||||
* support for the format version 0 was removed in lzip 1.18.
|
* support for the format version 0 was removed in lzip 1.18.
|
||||||
*
|
*
|
||||||
* - lzip 1.3 added decompression support for .lz format version 1 files.
|
* - lzip 1.3 added decompression support for .lz format version 1 files.
|
||||||
* Compression support was added in lzip 1.4. In lzip 1.6 the .lz format
|
* Compression support was added in lzip 1.4.
|
||||||
* version 1 was extended to support the Sync Flush marker. This extension
|
*
|
||||||
* is not supported by liblzma. lzma_code() will return LZMA_DATA_ERROR
|
* - lzlib extends version 1 format with the Sync Flush marker. This
|
||||||
* at the location of the Sync Flush marker. In practice files with
|
* extension is only meant for lzlib use; it's not valid in normal .lz
|
||||||
* the Sync Flush marker are very rare and thus liblzma can decompress
|
* files. This extension is not supported by liblzma. lzma_code() will
|
||||||
* almost all .lz files.
|
* return LZMA_DATA_ERROR at the location of the Sync Flush marker.
|
||||||
*
|
*
|
||||||
* Just like with lzma_stream_decoder() for .xz files, LZMA_CONCATENATED
|
* Just like with lzma_stream_decoder() for .xz files, LZMA_CONCATENATED
|
||||||
* should be used when decompressing normal standalone .lz files.
|
* should be used when decompressing normal standalone .lz files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user