mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
Add zstd advanced compression options
This commit is contained in:
@@ -279,7 +279,20 @@ static const CNameToPropID g_NameToPropID[] =
|
||||
{ VT_UI4, "b" },
|
||||
{ VT_UI4, "check" },
|
||||
{ VT_BSTR, "filter" },
|
||||
{ VT_UI8, "memuse" }
|
||||
{ VT_UI8, "memuse" },
|
||||
{ VT_UI4, "strat" },
|
||||
{ VT_UI4, "long" },
|
||||
{ VT_UI4, "wlog" },
|
||||
{ VT_UI4, "hlog" },
|
||||
{ VT_UI4, "clog" },
|
||||
{ VT_UI4, "slog" },
|
||||
{ VT_UI4, "slen" },
|
||||
{ VT_UI4, "tlen" },
|
||||
{ VT_UI4, "ovlog" },
|
||||
{ VT_UI4, "ldmhlog" },
|
||||
{ VT_UI4, "ldmslen" },
|
||||
{ VT_UI4, "ldmblog" },
|
||||
{ VT_UI4, "ldmhevery" }
|
||||
};
|
||||
|
||||
static int FindPropIdExact(const UString &name)
|
||||
|
||||
Reference in New Issue
Block a user