--- trunk/xvidcore/src/image/image.h 2002/06/12 20:38:41 195 +++ trunk/xvidcore/src/image/image.h 2002/09/25 23:37:09 541 @@ -3,6 +3,7 @@ #include "../portab.h" #include "colorspace.h" +#include "../xvid.h" #define EDGE_SIZE 32 @@ -34,8 +35,7 @@ uint32_t edged_width, uint32_t edged_height, uint32_t width, - uint32_t height, - uint32_t interlacing); + uint32_t height); void image_interpolate(const IMAGE * refn, IMAGE * refh, IMAGE * refv, @@ -80,4 +80,7 @@ uint32_t width, uint32_t height); +void +output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl); + #endif /* _IMAGE_H_ */