diff tools/lib64gfx.c @ 1537:776aa43b2c57

Tiny improvement in MC->FLI upconversion.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 04:46:08 +0300
parents acad4974dc09
children 69fa95707e65
line wrap: on
line diff
--- a/tools/lib64gfx.c	Sat May 12 04:12:46 2018 +0300
+++ b/tools/lib64gfx.c	Sat May 12 04:46:08 2018 +0300
@@ -445,7 +445,7 @@
 }
 
 
-static int dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img)
+int dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img)
 {
     switch (op->type)
     {
@@ -482,7 +482,7 @@
 }
 
 
-static BOOL dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size)
+BOOL dmC64GetOpSize(const DMC64EncDecOp *op, const DMC64ImageFormat *fmt, size_t *size)
 {
     switch (op->type)
     {