mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
xz: Edit comments
(cherry picked from commit 0ee56983d198b776878432703de664049b1be32e)
This commit is contained in:
parent
52e40c1912
commit
41bdc9fa5c
@ -30,14 +30,12 @@ enum format_type {
|
||||
};
|
||||
|
||||
|
||||
/// Simple struct to track Block metadata specified through the
|
||||
/// --block-list option.
|
||||
/// Array of these hold the entries specified with --block-list.
|
||||
typedef struct {
|
||||
/// Uncompressed size of the Block
|
||||
uint64_t size;
|
||||
|
||||
/// Index into the filters[] representing the filter chain to use
|
||||
/// for this Block.
|
||||
/// Filter chain to use for this Block (chains[chain_num])
|
||||
unsigned chain_num;
|
||||
} block_list_entry;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user