]> git.ipfire.org Git - thirdparty/zstd.git/commit
minor behavior refinements
authorYann Collet <cyan@fb.com>
Mon, 3 Jan 2022 04:06:46 +0000 (20:06 -0800)
committerYann Collet <cyan@fb.com>
Wed, 26 Jan 2022 18:31:24 +0000 (10:31 -0800)
commit27d336b099d3e4b19969a24e7425a14af86d4879
tree0bf0326f6085554501b7b19b23dae11d34961074
parent37b87add7a158deee06a12743aac11c36c352340
minor behavior refinements

specifically, there is no obligation to start streaming compression with pos=0.
stableSrc mode is now compatible with this setup.
lib/compress/zstd_compress.c
lib/zstd.h
tests/zstreamtest.c