minor : show in table that frame checksum is optional
authorYann Collet <yann.collet.73@gmail.com>
Tue, 1 Sep 2015 17:56:54 +0000 (18:56 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 1 Sep 2015 17:56:54 +0000 (18:56 +0100)
lz4_Frame_format.md

index 73d3cba..e600c10 100644 (file)
@@ -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