comparison 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
comparison
equal deleted inserted replaced
2321:9360a693d8af 2322:5abb81daadd5
240 int subject; // Operation "subject" (DS_*) 240 int subject; // Operation "subject" (DS_*)
241 241
242 int offs; // Offset in "memory" 242 int offs; // Offset in "memory"
243 int bank; // Bank number or extradata index 243 int bank; // Bank number or extradata index
244 size_t size; // Size of data (0 for "default") 244 size_t size; // Size of data (0 for "default")
245 size_t offs2; // Offset in data-block 245 size_t blkoffs; // Offset in data-block
246 246
247 int (*decFunction)(const struct _DMC64EncDecOp *op, DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt); 247 int (*decFunction)(const struct _DMC64EncDecOp *op, DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt);
248 int (*encFunction)(const struct _DMC64EncDecOp *op, DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageCommonFormat *fmt); 248 int (*encFunction)(const struct _DMC64EncDecOp *op, DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageCommonFormat *fmt);
249 249
250 int flags; // Operation flags (DF_*) 250 int flags; // Operation flags (DF_*)