ZSTD_resetDStream moved to inflate()

This commit is contained in:
inikep
2016-09-27 18:21:17 +02:00
parent 20859afb4c
commit 22e2730081
2 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ void ZWRAP_setDecompressionType(ZWRAP_decompress_type type);
/* checks zstd decompression type */
ZWRAP_decompress_type ZWRAP_getDecompressionType(void);
/* checks if zstd decompression is used for a given stream */
/* Checks if zstd decompression is used for a given stream.
If will return 1 only when inflate() was called and zstd header was detected. */
int ZWRAP_isUsingZSTDdecompression(z_streamp strm);
/* Similar to inflateReset but preserves dictionary set using inflateSetDictionary.