summaryrefslogtreecommitdiffstats
path: root/lz4_Frame_format.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-09-01 17:56:54 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-09-01 17:56:54 (GMT)
commit248553c5e1c8ad937528368e36607614fc64034c (patch)
treef6c9eae638c22ccefd5d2f730c87ebc28262e76b /lz4_Frame_format.md
parentcd18ed3086a3eaf5d6531412959bd875b74dc6c1 (diff)
downloadlz4-248553c5e1c8ad937528368e36607614fc64034c.zip
lz4-248553c5e1c8ad937528368e36607614fc64034c.tar.gz
lz4-248553c5e1c8ad937528368e36607614fc64034c.tar.bz2
minor : show in table that frame checksum is optional
Diffstat (limited to 'lz4_Frame_format.md')
-rw-r--r--lz4_Frame_format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lz4_Frame_format.md b/lz4_Frame_format.md
index 73d3cba..e600c10 100644
--- a/lz4_Frame_format.md
+++ b/lz4_Frame_format.md
@@ -63,7 +63,7 @@ General Structure of LZ4 Frame format
| MagicNb | F. Descriptor | Block | (...) | EndMark | C. Checksum |
|:-------:|:-------------:| ----- | ----- | ------- | ----------- |
-| 4 bytes | 3-11 bytes | | | 4 bytes | 4 bytes |
+| 4 bytes | 3-11 bytes | | | 4 bytes | 0-4 bytes |
__Magic Number__
@@ -382,4 +382,4 @@ Version changes
0.5: added copyright notice
-0.4 : changed format to Google Doc compatible OpenDocument \ No newline at end of file
+0.4 : changed format to Google Doc compatible OpenDocument