summaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/130-lzma_props.patch
blob: 3ac6b9b03325c940a0674bbc29d8da15f9f305db (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/squashfs-tools/lzma_wrapper.c
+++ b/squashfs-tools/lzma_wrapper.c
@@ -32,7 +32,7 @@ int lzma_compress(void **strm, char *des
 	int res;
 
 	res = LzmaCompress(d + LZMA_HEADER_SIZE, &outlen, s, size, d,
-		&props_size, 5, block_size, 3, 0, 2, 32, 1);
+		&props_size, 5, block_size, 1, 2, 2, 32, 1);
 	
 	if(res == SZ_ERROR_OUTPUT_EOF) {
 		/*