1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

zstd: Update to upstream version 1.4.8

(cherry picked from commit 3645c9c80c)
This commit is contained in:
Rémi Verschelde
2021-01-08 11:21:43 +01:00
parent 49c2f2fec2
commit 4b59e1e736
48 changed files with 4405 additions and 2089 deletions

View File

@@ -77,6 +77,7 @@ typedef enum {
ZSTD_error_frameIndex_tooLarge = 100,
ZSTD_error_seekableIO = 102,
ZSTD_error_dstBuffer_wrong = 104,
ZSTD_error_srcBuffer_wrong = 105,
ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */
} ZSTD_ErrorCode;