diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 05:30:01 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 05:30:01 -0600 |
commit | 8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6 (patch) | |
tree | bdf83732923f061f18cc9b744124a3da8ce5447a /LRI.md | |
parent | a78ddfda0a3d3a9085845f590f8ee91fda4d88f3 (diff) | |
download | lri-rs-8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6.tar.gz lri-rs-8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6.zip |
little endian note in lri.md
Diffstat (limited to 'LRI.md')
-rw-r--r-- | LRI.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LRI.md b/LRI.md index b70fd55..bb5f324 100644 --- a/LRI.md +++ b/LRI.md @@ -3,6 +3,8 @@ The file is made up of many blocks, usually 10 or 11 but cases of 40 have occurr Blocks start with a header and contain some data. There is always a protobuf message within that data, and sometimes stuff like the images themselves. +Little-endian. + ## Block Header The header is 32 bytes long. and goes as follows: | bytes | type | meaning | |