minor : show in table that frame checksum is optional

This commit is contained in:
Yann Collet 2015-09-01 18:56:54 +01:00
parent cd18ed3086
commit 248553c5e1

View 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
0.4 : changed format to Google Doc compatible OpenDocument