Introduced constants LZ4F_INIT_*
authorYann Collet <cyan@fb.com>
Wed, 5 Sep 2018 23:04:05 +0000 (16:04 -0700)
committerYann Collet <cyan@fb.com>
Wed, 5 Sep 2018 23:06:37 +0000 (16:06 -0700)
commitb2e56d82bf73f50484c9cf71e81c1af4ebe3cc0b
treeed0dcb9bfb992ea691004e842399b02c4edd7810
parentdc32009ab1f0a6fca74998f5f3704d269c450aea
Introduced constants LZ4F_INIT_*

to simplify initialization of lz4frame.h structures.
Partially in response to #546.
examples/frameCompress.c
lib/lz4frame.h