#include <common.h>
Data Fields | |
lzma_vli | id |
lzma_init_function | init |
void * | options |
Pointer to filter's options structure. |
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.
Filter ID. This is used only by the encoder with lzma_filters_update().
Referenced by lzma_next_filter_init().
Pointer to function used to initialize the filter. This is NULL to indicate end of array.
Referenced by lzma_next_filter_init().
Pointer to filter's options structure.