diff tools/lib64fmts.c @ 1714:95317672ff00

Improve a comment on TruePaint encoding.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 14:31:20 +0300
parents 1f4ed247763d
children de8e0a404c06
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Jun 06 14:31:04 2018 +0300
+++ b/tools/lib64fmts.c	Wed Jun 06 14:31:20 2018 +0300
@@ -420,7 +420,8 @@
 
 //
 // Based on disassembly of the depacker routine. Encoding seems to be
-// some kind of "improved RLE" variant.
+// some kind of "improved RLE" variant with different modes and a
+// simplistic "codebook".
 //
 static BOOL fmtTruePaintGetByte(const Uint8 *src, size_t *srcOffs, Uint8 *data, int *res, const int mode)
 {