diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-06 19:30:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-06 19:30:03 +0100 |
commit | 70514416c2ade2abe628efbd0a629a66febdeb13 (patch) | |
tree | 03b54f677046afe5a2e1b04768c1cb9104771462 /evc/spec.md | |
parent | c4e995d29209e0e0a1aafd9652971b8980fafb15 (diff) | |
download | video-codec-experiments-70514416c2ade2abe628efbd0a629a66febdeb13.tar video-codec-experiments-70514416c2ade2abe628efbd0a629a66febdeb13.tar.bz2 video-codec-experiments-70514416c2ade2abe628efbd0a629a66febdeb13.tar.zst |
minor stuff, store translation as i8
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 |