diff tools/lib64gfx.h @ 1933:c5a46cb4cce5

Change DMC64ImageFormat parameter of dmC64GetSubjectSize() and dmC64GetOpSubjectSize() to DMC64ImageCommonFormat.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 18:55:21 +0300
parents 10e82be38b8b
children 23a344b5e4f1
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu Jun 28 18:39:26 2018 +0300
+++ b/tools/lib64gfx.h	Thu Jun 28 18:55:21 2018 +0300
@@ -330,8 +330,8 @@
 void      dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank, const DMC64MemBlock **blk);
 int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
 
-size_t    dmC64GetSubjectSize(const int subject, const DMC64ImageFormat *fmt);
-size_t    dmC64GetOpSubjectSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt);
+size_t    dmC64GetSubjectSize(const int subject, const DMC64ImageCommonFormat *fmt);
+size_t    dmC64GetOpSubjectSize(const DMC64EncDecOp *op, const DMC64ImageCommonFormat *fmt);
 
 
 int       dmC64DecodeGenericBMP(DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageFormat *fmt);