XZ Utils
5.1.0alpha
|
#include <common.h>
Data Fields | |
lzma_vli | id |
lzma_init_function | init |
void * | options |
Pointer to filter's options structure. More... | |
Raw coder validates and converts an array of lzma_filter structures to an array of lzma_filter_info structures. This array is used with lzma_next_filter_init to initialize the filter chain.
lzma_vli lzma_filter_info_s::id |
Filter ID. This is used only by the encoder with lzma_filters_update().
Referenced by lzma_filters_copy(), and lzma_next_filter_init().
lzma_init_function lzma_filter_info_s::init |
Pointer to function used to initialize the filter. This is NULL to indicate end of array.
Referenced by lzma_filters_copy(), and lzma_next_filter_init().
void* lzma_filter_info_s::options |
Pointer to filter's options structure.
Referenced by copy_or_code(), fill_window(), and lzma_filters_copy().