--- trunk/xvidcore/src/encoder.h 2002/03/29 04:25:16 83 +++ trunk/xvidcore/src/encoder.h 2002/04/10 07:40:51 113 @@ -66,6 +66,8 @@ uint32_t quant_type; uint32_t motion_flags; uint32_t global_flags; + + HINTINFO * hint; } MBParam; typedef struct @@ -95,6 +97,9 @@ IMAGE sCurrent; IMAGE sReference; +#ifdef _DEBUG + IMAGE sOriginal; +#endif IMAGE vInterH; IMAGE vInterV; IMAGE vInterVf;