--- trunk/xvidcore/src/image/colorspace.h 2002/04/11 15:04:05 117 +++ trunk/xvidcore/src/image/colorspace.h 2002/04/13 16:30:02 118 @@ -2,7 +2,7 @@ #define _COLORSPACE_H #include "../portab.h" - +#include "../divx4.h" /* initialize tables */ @@ -78,4 +78,9 @@ color_outputFunc yv12_to_yuyv_mmx; color_outputFunc yv12_to_uyvy_mmx; + +void user_to_yuv_c(uint8_t *y_out, uint8_t *u_out, uint8_t *v_out, int stride, + DEC_PICTURE * picture, + int width, int height); + #endif /* _COLORSPACE_H_ */