#include <common.h>
Data Fields | |
| lzma_vli | id |
| lzma_init_function | init |
| void * | options |
| Pointer to filter's options structure. | |
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.
1.5.6