]> git.ipfire.org Git - thirdparty/zstd.git/commit
Introduce ZSTD_initCStream_internal()
authorYann Collet <cyan@fb.com>
Tue, 11 Apr 2017 00:50:44 +0000 (17:50 -0700)
committerYann Collet <cyan@fb.com>
Tue, 11 Apr 2017 00:50:44 +0000 (17:50 -0700)
commit4b987ad8ce9fe0deb90853eace96a9fe9ef4622e
tree91ebd7a6f65d1149f82ec4de4081c04d9e41c97e
parent1fa3b75369b46afffbf67923cba03fbbdbc392e8
Introduce ZSTD_initCStream_internal()

This is now the regroup point for ZSTD_initCStream*() functions

ZSTD_initCStream_advanced() now properly checks for parameters validity.

Also : added <assert.h> usage inside zstd_compress.c
Needs ZSTD_DEBUG=1 macro to be triggered.
Will be triggered by default from `tests` directory
doc/zstd_manual.html
lib/compress/zstd_compress.c
tests/Makefile
tests/zstreamtest.c