]> git.ipfire.org Git - thirdparty/zstd.git/commit
[examples] Update streaming_decompression.c 1567/head
authorNick Terrell <terrelln@fb.com>
Tue, 2 Apr 2019 00:25:26 +0000 (17:25 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 3 Apr 2019 01:52:59 +0000 (18:52 -0700)
commitde58910b5a2fe16451d293f5b2e55a686d1a965d
tree5e52e7b12a7803aa21a647e6c2fd184578d07d84
parent425ce5547c7c49e459a646f1d4bb99341972c193
[examples] Update streaming_decompression.c

Update to use the new streaming API. Making progress on Issue #1548.

Tested that it can decompress files produced by `streaming_compression`.
Tested that it can decompress two frames concatenated together.
Tested that it fails on corrupted data.
examples/streaming_decompression.c