XZ Utils 5.4.0
|
Decodes a Filter Flags field. More...
#include "filter_decoder.h"
Functions | |
lzma_ret | lzma_filter_flags_decode (lzma_filter *filter, const lzma_allocator *allocator, const uint8_t *in, size_t *in_pos, size_t in_size) |
Decode Filter Flags from given buffer. More... | |
Decodes a Filter Flags field.
lzma_ret lzma_filter_flags_decode | ( | lzma_filter * | filter, |
const lzma_allocator * | allocator, | ||
const uint8_t * | in, | ||
size_t * | in_pos, | ||
size_t | in_size | ||
) |
Decode Filter Flags from given buffer.
The decoded result is stored into *filter. The old value of filter->options is not free()d.