RepsCodes are saved into Dict

(uncomplete : need decompression to regenerate them)
This commit is contained in:
Yann Collet
2016-06-16 01:05:04 +02:00
parent efd0b4993a
commit 52a0622beb
5 changed files with 111 additions and 49 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
#endif
#define ZSTD_OPT_NUM (1<<12)
#define ZSTD_DICT_MAGIC 0xEC30A437
#define ZSTD_DICT_MAGIC 0xEC30A437 /* v0.7 */
#define ZSTD_REP_NUM 3
#define ZSTD_REP_INIT ZSTD_REP_NUM