--- xmil/common/resize.c 2004/08/19 09:56:43 1.1 +++ xmil/common/resize.c 2008/06/02 20:07:30 1.2 @@ -43,7 +43,7 @@ typedef struct { -// ---- convert sub +/* convert sub */ typedef void (*FNCNV)(RSZHDL hdl, UINT8 *dst, const UINT8 *src); @@ -106,7 +106,7 @@ static const FNCNV cnvcpy[RSZFNMAX] = {c -// ---- +/* ---- */ #if defined(RESIZE_FASTCOPY) static void fastcopyfunc(RSZHDL hdl, UINT type, UINT8 *dst, int dalign, @@ -142,7 +142,7 @@ static RSZHDL fastcopy(int width, int he #endif -// ---- area average +/* area average */ #if defined(RESIZE_AREAAVG) static void aamix8(RSZEX hdl, const UINT8 *src, int volume) { @@ -407,7 +407,7 @@ static RSZHDL areaave(int width, int hei #endif -// ---- +/* ---- */ UINT resize_gettype(int dbpp, int sbpp) {