--- colorspace.h 2002/03/08 02:44:45 1.1 +++ colorspace.h 2002/04/13 16:30:02 1.2 @@ -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_ */