liblzma: Minor edits to lzma_block header_size documentation.
This commit is contained in:
parent
84ce36f90e
commit
6a0b168dd9
|
@ -62,7 +62,7 @@ typedef struct {
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Size of the Block Header field
|
* \brief Size of the Block Header field in bytes
|
||||||
*
|
*
|
||||||
* This is always a multiple of four.
|
* This is always a multiple of four.
|
||||||
*
|
*
|
||||||
|
@ -78,6 +78,7 @@ typedef struct {
|
||||||
* Written by:
|
* Written by:
|
||||||
* - lzma_block_header_size()
|
* - lzma_block_header_size()
|
||||||
* - lzma_block_buffer_encode()
|
* - lzma_block_buffer_encode()
|
||||||
|
* - lzma_block_uncomp_encode()
|
||||||
*/
|
*/
|
||||||
uint32_t header_size;
|
uint32_t header_size;
|
||||||
# define LZMA_BLOCK_HEADER_SIZE_MIN 8
|
# define LZMA_BLOCK_HEADER_SIZE_MIN 8
|
||||||
|
|
Loading…
Reference in New Issue