[libzstd] Remove ZSTD_CCtx* argument of ZSTD_compressSequences()

This commit is contained in:
Nick Terrell
2017-07-17 12:27:24 -07:00
parent 634f012420
commit e198230645
3 changed files with 66 additions and 62 deletions
+2
View File
@@ -246,6 +246,8 @@ typedef struct {
BYTE* ofCode;
U32 longLengthID; /* 0 == no longLength; 1 == Lit.longLength; 2 == Match.longLength; */
U32 longLengthPos;
U32 rep[ZSTD_REP_NUM];
U32 repToConfirm[ZSTD_REP_NUM];
/* opt */
ZSTD_optimal_t* priceTable;
ZSTD_match_t* matchTable;