zstd/lib/decompress
Yann Collet b8d4a3887f introduced constant ZSTD_frameIdSize
within zstd_internal.h
This is the size of magic number.

Avoids using `4` directly in source code, which is a bit less meaningful.
2017-09-25 15:26:18 -07:00
..
huf_decompress.c Merge pull request #796 from terrelln/is-error 2017-08-15 12:37:28 -07:00
zstd_decompress.c introduced constant ZSTD_frameIdSize 2017-09-25 15:26:18 -07:00