Fix decodecorpus

dev
Nick Terrell 2018-08-23 15:28:12 -07:00 committed by Nick Terrell
parent e34e917655
commit 3b56bb1e4c
1 changed files with 1 additions and 0 deletions

View File

@ -620,6 +620,7 @@ static size_t writeLiteralsBlock(U32* seed, frame_t* frame, size_t contentSize)
}
static inline void initSeqStore(seqStore_t *seqStore) {
seqStore->maxNbSeq = MAX_NB_SEQ;
seqStore->sequencesStart = SEQUENCE_BUFFER;
seqStore->litStart = SEQUENCE_LITERAL_BUFFER;
seqStore->llCode = SEQUENCE_LLCODE;