Revert the update of the 7-Zip property sizes

- change the 7-Zip property size for LZ4, LZ5 and Zstandard back to 5
- the code understands 3 and 5 bytes, but we default to 5 ...
This commit is contained in:
Tino Reichardt
2018-12-04 21:11:23 +01:00
parent bb06376057
commit 28bc209464
3 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ struct CProps
Byte _ver_major;
Byte _ver_minor;
Byte _level;
Byte _reserved[2];
};
class CEncoder:

View File

@@ -29,6 +29,7 @@ struct CProps
Byte _ver_major;
Byte _ver_minor;
Byte _level;
Byte _reserved[2];
};
class CEncoder:

View File

@@ -28,6 +28,7 @@ struct CProps
Byte _ver_major;
Byte _ver_minor;
Byte _level;
Byte _reserved[2];
};
class CEncoder: