liblzma (XZ Utils) 5.4.4
|
Options for BCJ filters. More...
#include <bcj.h>
Data Fields | |
uint32_t | start_offset |
Start offset for conversions. | |
Options for BCJ filters.
The BCJ filters never change the size of the data. Specifying options for them is optional: if pointer to options is NULL, default value is used. You probably never need to specify options to BCJ filters, so just set the options pointer to NULL and be happy.
If options with non-default values have been specified when encoding, the same options must also be specified when decoding.
uint32_t lzma_options_bcj::start_offset |
Start offset for conversions.
This setting is useful only when the same filter is used _separately_ for multiple sections of the same executable file, and the sections contain cross-section branch/call/jump instructions. In that case it is beneficial to set the start offset of the non-first sections so that the relative addresses of the cross-section branch/call/jump instructions will use the same absolute addresses as in the first section.
When the pointer to options is NULL, the default value (zero) is used.