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:
Sergey G. Brester
2021-08-25 19:40:46 +02:00
committed by GitHub
parent 82bf647666
commit 182876830c

View File

@@ -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" },