mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
Merge pull request #222 from sebres/patch-1
Correct recognition of zstd properties like -m0=zstd:long, etc
This commit is contained in:
@@ -297,6 +297,8 @@ static const CNameToPropID g_NameToPropID[] =
|
||||
{ VT_UI4, "check" },
|
||||
{ VT_BSTR, "filter" },
|
||||
{ VT_UI8, "memuse" },
|
||||
{ VT_UI8, "aff" },
|
||||
// zstd props
|
||||
{ VT_UI4, "strat" },
|
||||
{ VT_UI4, "fast" },
|
||||
{ VT_UI4, "long" },
|
||||
|
||||
Reference in New Issue
Block a user