mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 20:06:59 -06:00
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:
@@ -29,6 +29,7 @@ struct CProps
|
||||
Byte _ver_major;
|
||||
Byte _ver_minor;
|
||||
Byte _level;
|
||||
Byte _reserved[2];
|
||||
};
|
||||
|
||||
class CEncoder:
|
||||
|
||||
@@ -29,6 +29,7 @@ struct CProps
|
||||
Byte _ver_major;
|
||||
Byte _ver_minor;
|
||||
Byte _level;
|
||||
Byte _reserved[2];
|
||||
};
|
||||
|
||||
class CEncoder:
|
||||
|
||||
@@ -28,6 +28,7 @@ struct CProps
|
||||
Byte _ver_major;
|
||||
Byte _ver_minor;
|
||||
Byte _level;
|
||||
Byte _reserved[2];
|
||||
};
|
||||
|
||||
class CEncoder:
|
||||
|
||||
Reference in New Issue
Block a user