]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstdmt : section size is set to be a minimum of overlapSize
authorYann Collet <cyan@fb.com>
Mon, 30 Jan 2017 21:35:45 +0000 (13:35 -0800)
committerYann Collet <cyan@fb.com>
Mon, 30 Jan 2017 21:35:45 +0000 (13:35 -0800)
commit3672d06d067fda6d87d99c670d49e2b52a083c07
tree4a9769a4662113621306fb50f8fd8efd69dc87ee
parent6ccd37c8d43cf3bad135c8bbbcd3a6513196b0d2
zstdmt : section size is set to be a minimum of overlapSize

the minimum size condition size is applied transparently (no warning, no error)
like previous minimum section size condition (1 KB) which still applies.
lib/compress/zstdmt_compress.c
programs/fileio.c