1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-30 11:21:33 +03:00

btopt : minor adjustment of update frequencies

This commit is contained in:
Yann Collet
2018-05-10 16:32:36 -07:00
parent ac6105463a
commit 74b1c75d64
2 changed files with 23 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ typedef struct {
U32 rep[ZSTD_REP_NUM];
} ZSTD_optimal_t;
typedef enum { zop_none=0, zop_predef, zop_static } ZSTD_OptPrice_e;
typedef enum { zop_dynamic=0, zop_predef, zop_static } ZSTD_OptPrice_e;
typedef struct {
/* All tables are allocated inside cctx->workspace by ZSTD_resetCCtx_internal() */