]> git.ipfire.org Git - thirdparty/zstd.git/commit
change seqDef.offset into seqDef.offBase
authorYann Collet <cyan@fb.com>
Fri, 24 Dec 2021 01:56:08 +0000 (17:56 -0800)
committerYann Collet <cyan@fb.com>
Fri, 24 Dec 2021 01:56:08 +0000 (17:56 -0800)
commitaeff1283311b6be38c5efc24c019e0f72ce60046
tree30df3e0d70acbc8c290344c9af71e3bd92264798
parente145b58cfdf94a300295be022d4b41d6ca70d8f1
change seqDef.offset into seqDef.offBase

to better reflect the value stored in this field.
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_sequences.c
lib/compress/zstd_compress_superblock.c
lib/dictBuilder/zdict.c
tests/decodecorpus.c