moving consts to zstd_internal and reusing them

This commit is contained in:
Bimba Shrestha
2020-04-03 14:26:15 -07:00
parent 0a172c5e43
commit 0154866749
4 changed files with 12 additions and 15 deletions
@@ -95,9 +95,6 @@ typedef enum {
ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */
} ZSTD_dictUses_e;
#define ZSTD_OVERSIZED_MAXDURATION 128
#define ZSTD_OVERSIZED_FACTOR 3
struct ZSTD_DCtx_s
{
const ZSTD_seqSymbol* LLTptr;