mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Remove old LZMA preset code
This commit is contained in:
parent
5568734be5
commit
fba3d150aa
1 changed files with 0 additions and 3 deletions
|
|
@ -99,10 +99,7 @@ bool init_encoder_mt(lzma_stream *strm, int threads, uint64_t max_memory, uint64
|
|||
// information how to choose a reasonable timeout.
|
||||
mt .timeout = 110;
|
||||
|
||||
// Use the default preset (6) for LZMA2.
|
||||
// To use a preset, filters must be set to NULL.
|
||||
mt .preset = //LZMA_PRESET_DEFAULT; //UINT32_C(8);
|
||||
UINT32_C(6);// | LZMA_PRESET_EXTREME; // 9 OR 9e
|
||||
mt.filters = NULL;
|
||||
|
||||
mt.check = LZMA_CHECK_CRC32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue