mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
Fixes mismatch between g_NameToPropID and NCoderPropID (restores correct map of zstd props)
broken by update to 7-Zip v.21.02 (48fa49f76c introduced NCoderPropID::kAffinity)
This commit is contained in:
committed by
GitHub
parent
82bf647666
commit
182876830c
@@ -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