]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fixed : magic number (#345), reported by @mitchblank
authorYann Collet <cyan@fb.com>
Mon, 5 Sep 2016 15:43:31 +0000 (17:43 +0200)
committerYann Collet <cyan@fb.com>
Mon, 5 Sep 2016 15:43:31 +0000 (17:43 +0200)
zstd_compression_format.md

index 8a5d7b77ebb2cd8b1e7d0ea926fa70da616d3fa6..d7f21939ae50824bb823b1f4a11c5b9974d378f2 100644 (file)
@@ -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`__