XZ Utils 5.3.4alpha
|
Options for the Delta filter. More...
#include <delta.h>
Data Fields | |
lzma_delta_type | type |
uint32_t | dist |
Delta distance. More... | |
uint32_t | reserved_int1 |
uint32_t | reserved_int2 |
uint32_t | reserved_int3 |
uint32_t | reserved_int4 |
void * | reserved_ptr1 |
void * | reserved_ptr2 |
Options for the Delta filter.
These options are needed by both encoder and decoder.
lzma_delta_type lzma_options_delta::type |
For now, this must always be LZMA_DELTA_TYPE_BYTE.
uint32_t lzma_options_delta::dist |
Delta distance.
With the only currently supported type, LZMA_DELTA_TYPE_BYTE, the distance is as bytes.
Examples: