Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lzma_filter_info_s Struct Reference

#include <common.h>

Data Fields

lzma_vli id
 
lzma_init_function init
 
void * options
 Pointer to filter's options structure.
 

Detailed Description

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.

Field Documentation

◆ id

Filter ID. This can be used to share the same initiazation function and data structures with different Filter IDs (LZMA_FILTER_LZMA1EXT does it), and also by the encoder with lzma_filters_update() if filter chain is updated in the middle of a raw stream or Block (LZMA_SYNC_FLUSH).

◆ init

Pointer to function used to initialize the filter. This is NULL to indicate end of array.

◆ options

void * options

Pointer to filter's options structure.


The documentation for this struct was generated from the following files: