--- colorspace.c 2002/11/07 10:28:15 1.3.2.2 +++ colorspace.c 2003/01/04 06:14:33 1.3.2.3 @@ -33,8 +33,9 @@ #include // memcpy -#include "colorspace.h" +#include "../global.h" #include "../divx4.h" // DEC_PICTURE +#include "colorspace.h" // function pointers @@ -88,9 +89,6 @@ int32_t R_V_tab[256]; -#define MIN(A,B) ((A)<(B)?(A):(B)) -#define MAX(A,B) ((A)>(B)?(A):(B)) - /********** generic colorspace macro **********/