]> git.ipfire.org Git - thirdparty/zstd.git/commit
[examples] Update multiple_streaming_compression.c
authorNick Terrell <terrelln@fb.com>
Mon, 1 Apr 2019 23:41:06 +0000 (16:41 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 1 Apr 2019 23:41:06 +0000 (16:41 -0700)
commitfb13d757af0e8c0c900ade00d3d5b9079685bc07
tree6aa6f7fbd548e21f82b49a0b39dd140a8038c8d5
parent425ce5547c7c49e459a646f1d4bb99341972c193
[examples] Update multiple_streaming_compression.c

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

Tested that multiple files could be compressed, and that the output
is the same as calling `streaming_compression` multiple times with
the same compression level, and that it can be decompressed.
examples/multiple_streaming_compression.c