mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
make compression of zstd archive type more similar to Zstandard CLI (store dictID and checksum by default in zstd type, no effect for 7z type)
This commit is contained in:
@@ -68,6 +68,8 @@ class CEncoder:
|
||||
|
||||
public:
|
||||
|
||||
int dictIDFlag;
|
||||
int checksumFlag;
|
||||
UInt64 unpackSize;
|
||||
|
||||
MY_QUERYINTERFACE_BEGIN2(ICompressCoder)
|
||||
|
||||
Reference in New Issue
Block a user