]> git.ipfire.org Git - thirdparty/zstd.git/commit
added ZSTD_decompress_generic()
authorYann Collet <cyan@fb.com>
Mon, 25 Sep 2017 22:41:48 +0000 (15:41 -0700)
committerYann Collet <cyan@fb.com>
Mon, 25 Sep 2017 22:41:48 +0000 (15:41 -0700)
commit6ee05a02b836ee3388d1ade5f671805732797c7c
treeab4e2123f7088552bc0caf40f3f75b2901f1fd76
parentb8d4a3887fc12f4fcc769d6ce116e716e792139c
added ZSTD_decompress_generic()

same as ZSTD_decompressStream(),
just for a similar feeling as the compression side, which uses ZSTD_compress_generic()
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/decompress/zstd_decompress.c
lib/zstd.h