mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
resolve conflict in zstd_internal.h
This commit is contained in:
parent
e29caf7d1c
commit
f3c6503e55
1 changed files with 2 additions and 1 deletions
|
|
@ -105,12 +105,13 @@ static const size_t ZSTD_frameHeaderSize_min = 5;
|
|||
#define OffFSELog 9
|
||||
#define MaxSeq MAX(MaxLL, MaxML)
|
||||
|
||||
#define LONGNBSEQ 0xFF00
|
||||
|
||||
#define FSE_ENCODING_RAW 0
|
||||
#define FSE_ENCODING_RLE 1
|
||||
#define FSE_ENCODING_STATIC 2
|
||||
#define FSE_ENCODING_DYNAMIC 3
|
||||
|
||||
|
||||
#define HufLog 12
|
||||
|
||||
#define MIN_SEQUENCES_SIZE 1 /* nbSeq==0 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue