mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fixed : magic number (#345), reported by @mitchblank
This commit is contained in:
parent
fa72f6bdce
commit
7bdfcead56
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ The structure of a single Zstandard frame is following:
|
|||
__`Magic_Number`__
|
||||
|
||||
4 Bytes, little-endian format.
|
||||
Value : 0xFD2FB527
|
||||
Value : 0xFD2FB528
|
||||
|
||||
__`Frame_Header`__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue