]> git.ipfire.org Git - thirdparty/zstd.git/commit
introduced constant ZSTD_frameIdSize
authorYann Collet <cyan@fb.com>
Mon, 25 Sep 2017 22:25:07 +0000 (15:25 -0700)
committerYann Collet <cyan@fb.com>
Mon, 25 Sep 2017 22:26:18 +0000 (15:26 -0700)
commitb8d4a3887fc12f4fcc769d6ce116e716e792139c
tree28cb72ebf0f9c1d62bd06fd2f21084baf0a9e39f
parent044fb4c057c5cbfc4472b3da4aca6aed994805a4
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.
lib/common/zstd_internal.h
lib/decompress/zstd_decompress.c