]> wimlib.net Git - wimlib/blobdiff - src/header.c
[EXPERIMENTAL, FOR BENCHMARKING ONLY] Zstandard compression support
[wimlib] / src / header.c
index cf19396317ca3af6da227c6b4b60d1bd180b4b06..8b17160befdd351c767b9d18b00d84fc7ed991d1 100644 (file)
@@ -213,6 +213,7 @@ static const struct {
        {WIM_HDR_FLAG_COMPRESS_XPRESS,  "COMPRESS_XPRESS"},
        {WIM_HDR_FLAG_COMPRESS_LZMS,    "COMPRESS_LZMS"},
        {WIM_HDR_FLAG_COMPRESS_XPRESS_2,"COMPRESS_XPRESS_2"},
+       {WIM_HDR_FLAG_COMPRESS_ZSTD,    "COMPRESS_ZSTD"},
 };
 
 /* API function documented in wimlib.h  */