liblzma (XZ Utils) 5.4.5
|
Options for the Delta filter. More...
#include <delta.h>
Data Fields | |
lzma_delta_type | type |
uint32_t | dist |
Delta distance. | |
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: