diff options
Diffstat (limited to 'evc/spec.md')
-rw-r--r-- | evc/spec.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evc/spec.md b/evc/spec.md index b22fbb6..a6994e0 100644 --- a/evc/spec.md +++ b/evc/spec.md @@ -8,11 +8,11 @@ - frames (repeated [frame count]-times) - block type - block - - **I-Block** (literal contents) + - **Literal-Block** (pixels saved) - pixels: _`[[u8; 3]]`_ - **Split-Block** (delegated to 2 sub-blocks split on the longest axis) - sub-blocks: _`[block; 2]` (see above)_ - - **Reference-Block** + - **Reference-Block** (reuses previous frame in some way) - translation: _`i8, i8`_ ### Todo |