1
0
镜像自地址 https://git.tukaani.org/xz.git 已同步 2025-07-06 12:26:39 +00:00

Don't set lc=4 with --extreme.

This should reduce the cases where --extreme makes
compression worse. On the other hand, some other
files may now benefit slightly less from --extreme.
这个提交包含在:
Lasse Collin 2010-09-04 22:16:28 +03:00
父节点 474bac0c33
当前提交 8fd3ac046d

查看文件

@ -46,7 +46,6 @@ lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
} }
if (flags & LZMA_PRESET_EXTREME) { if (flags & LZMA_PRESET_EXTREME) {
options->lc = 4; // FIXME?
options->mode = LZMA_MODE_NORMAL; options->mode = LZMA_MODE_NORMAL;
options->mf = LZMA_MF_BT4; options->mf = LZMA_MF_BT4;
if (level == 3 || level == 5) { if (level == 3 || level == 5) {