comparison tools/gfxconv.c @ 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 410679d2fe8a
children 8896d5676f1b
comparison
equal deleted inserted replaced
1932:10e82be38b8b 1933:c5a46cb4cce5
1165 size_t size; 1165 size_t size;
1166 1166
1167 if (op->type == DO_LAST) 1167 if (op->type == DO_LAST)
1168 break; 1168 break;
1169 1169
1170 size = dmC64GetOpSubjectSize(op, dstFmt); 1170 size = dmC64GetOpSubjectSize(op, dstFmt->format);
1171 switch (op->type) 1171 switch (op->type)
1172 { 1172 {
1173 case DO_COPY: 1173 case DO_COPY:
1174 case DO_SET_MEM: 1174 case DO_SET_MEM:
1175 case DO_SET_MEM_HI: 1175 case DO_SET_MEM_HI: