--- encoder.h 2002/03/29 04:25:16 1.2 +++ encoder.h 2002/04/10 07:40:44 1.4 @@ -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;