]> git.ipfire.org Git - thirdparty/zstd.git/commit
make stableSrc compatible with regular streaming API part4_stableSrc
authorYann Collet <cyan@fb.com>
Sun, 2 Jan 2022 07:15:34 +0000 (23:15 -0800)
committerYann Collet <cyan@fb.com>
Sun, 2 Jan 2022 07:26:59 +0000 (23:26 -0800)
commit2f4c9f96354096e4fb8d2da00845e4765e00c015
tree3c20a0d950838d8d689135d1912fb17c298ce45a
parent2feb34e22fc0c52d880258e9cfe98624b8268601
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