]> git.ipfire.org Git - thirdparty/zstd.git/commit
make stableSrc compatible with regular streaming API
authorYann Collet <cyan@fb.com>
Sun, 2 Jan 2022 07:15:34 +0000 (23:15 -0800)
committerYann Collet <cyan@fb.com>
Wed, 26 Jan 2022 18:31:24 +0000 (10:31 -0800)
commit37b87add7a158deee06a12743aac11c36c352340
tree7bacc8bc695157b6676ee35a408d8f9821d6d61f
parentc0c5ffa97385063ce9b24432e7c0c4130ed26e27
make stableSrc compatible with regular streaming API

including flushStream().

Now the only condition is for `input.size` to continuously grow.
lib/compress/zstd_compress.c
lib/zstd.h
tests/zstreamtest.c