Seekable compression demo

This commit is contained in:
Sean Purcell
2017-04-11 13:53:09 -07:00
parent 1f72b07cc0
commit c3ba15e48f
11 changed files with 1174 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ typedef enum {
ZSTD_error_dictionary_corrupted,
ZSTD_error_dictionary_wrong,
ZSTD_error_dictionaryCreation_failed,
ZSTD_error_chunkIndex_tooLarge,
ZSTD_error_needSeek,
ZSTD_error_maxCode
} ZSTD_ErrorCode;