]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed seqDef.matchLength into seqDef.mlBase 2954/head
authorYann Collet <cyan@fb.com>
Thu, 23 Dec 2021 21:39:46 +0000 (13:39 -0800)
committerYann Collet <cyan@fb.com>
Thu, 23 Dec 2021 21:39:46 +0000 (13:39 -0800)
commite145b58cfdf94a300295be022d4b41d6ca70d8f1
treead1520f6a10a9ee9b200a4f20e0f882f72a4f5fe
parentb77fcac61fadf665f7522dd0c2e44b373eb7d57d
changed seqDef.matchLength into seqDef.mlBase

since this is effectively what is stored in this field (== matchLength - MINMATCH).
This makes it clearer what needs to be done when reading from / writing to this field.
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_sequences.c
tests/decodecorpus.c