diff tools/lib64gfx.h @ 2322:5abb81daadd5

Rename DMC64EncDecOp::offs2 to blkoffs.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Sep 2019 10:41:21 +0300
parents 5b4071a74289
children f367677a5b21
line wrap: on
line diff
--- a/tools/lib64gfx.h	Tue Sep 03 10:40:14 2019 +0300
+++ b/tools/lib64gfx.h	Tue Sep 03 10:41:21 2019 +0300
@@ -242,7 +242,7 @@
     int    offs;     // Offset in "memory"
     int    bank;     // Bank number or extradata index
     size_t size;     // Size of data (0 for "default")
-    size_t offs2;    // Offset in data-block
+    size_t blkoffs;  // Offset in data-block
 
     int (*decFunction)(const struct _DMC64EncDecOp *op, DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt);
     int (*encFunction)(const struct _DMC64EncDecOp *op, DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageCommonFormat *fmt);