comparison lib64gfx.h @ 515:a896c1153e4e

s/decenc/encdec/g
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 16:58:22 +0200
parents 95a6b6af53f1
children 6f141f760c54
comparison
equal deleted inserted replaced
514:c9b9f912acfb 515:a896c1153e4e
157 int (*decode)(DMC64Image *img, const Uint8 *buf, const size_t len, const struct _DMC64ImageFormat *fmt); 157 int (*decode)(DMC64Image *img, const Uint8 *buf, const size_t len, const struct _DMC64ImageFormat *fmt);
158 int (*encode)(DMC64Image *img, Uint8 **buf, size_t *len, const struct _DMC64ImageFormat *fmt); 158 int (*encode)(DMC64Image *img, Uint8 **buf, size_t *len, const struct _DMC64ImageFormat *fmt);
159 int (*convertFrom)(DMImage *, DMC64Image *); 159 int (*convertFrom)(DMImage *, DMC64Image *);
160 int (*convertTo)(DMImage *, DMC64Image *); 160 int (*convertTo)(DMImage *, DMC64Image *);
161 161
162 int ndecencOps; 162 int nencdecOps;
163 DMC64EncDecOp decencOps[16]; 163 DMC64EncDecOp encdecOps[16];
164 } DMC64ImageFormat; 164 } DMC64ImageFormat;
165 165
166 166
167 extern const size_t dmC64DefaultSizes[DT_LAST]; 167 extern const size_t dmC64DefaultSizes[DT_LAST];
168 extern DMColor dmC64Palette[C64_NCOLORS]; 168 extern DMColor dmC64Palette[C64_NCOLORS];