--- branches/dev-api-3/xvidcore/src/image/image.h 2002/12/12 10:38:28 707 +++ branches/dev-api-3/xvidcore/src/image/image.h 2002/12/12 12:40:19 708 @@ -51,6 +51,10 @@ uint16_t height); +void +image_chroma_optimize(IMAGE * img, int width, int height, int edged_width); + + int image_input(IMAGE * image, uint32_t width, int height,