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:
sebres
2023-09-14 18:18:09 +02:00
parent 5697b3dece
commit 8a5e1c82db
3 changed files with 22 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ class CEncoder:
public:
int dictIDFlag;
int checksumFlag;
UInt64 unpackSize;
MY_QUERYINTERFACE_BEGIN2(ICompressCoder)