mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Support .zstd suffix only for decompression
This commit is contained in:
parent
05622992d5
commit
6b6cc80196
4 changed files with 9 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ extern "C" {
|
|||
|
||||
#define ZSTD_EXTENSION ".zst"
|
||||
#define TZSTD_EXTENSION ".tzst"
|
||||
#define ZSTD_ALT_EXTENSION ".zstd" /* allow decompression of .zstd files */
|
||||
|
||||
#define LZ4_EXTENSION ".lz4"
|
||||
#define TLZ4_EXTENSION ".tlz4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue