--- branches/dev-api-3/xvidcore/src/decoder.c 2002/12/08 05:50:58 697 +++ branches/dev-api-3/xvidcore/src/decoder.c 2002/12/08 06:43:34 698 @@ -55,7 +55,7 @@ * 22.12.2001 lock based interpolation * 01.12.2001 inital version; (c)2001 peter ross * - * $Id: decoder.c,v 1.37.2.15 2002-12-08 05:38:56 suxen_drol Exp $ + * $Id: decoder.c,v 1.37.2.16 2002-12-08 06:43:33 suxen_drol Exp $ * *************************************************************************/ @@ -390,17 +390,6 @@ // decode an inter macroblock static void -set_block(uint8_t * dst, int stride, int width, int height, int color) -{ - int i; - for (i = 0; i < height; i++) - { - memset(dst, color, width); - dst += stride; - } -} - -static void rrv_mv_scaleup(VECTOR * mv) { if (mv->x > 0) {