--- trunk/xvidcore/src/image/image.h 2002/07/19 09:56:59 314 +++ trunk/xvidcore/src/image/image.h 2002/07/19 11:15:21 315 @@ -3,6 +3,7 @@ #include "../portab.h" #include "colorspace.h" +#include "../xvid.h" #define EDGE_SIZE 32 @@ -80,4 +81,7 @@ uint32_t width, uint32_t height); +void __inline +output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl); + #endif /* _IMAGE_H_ */