--- trunk/xvidcore/src/global.h 2002/05/03 08:37:55 157 +++ trunk/xvidcore/src/global.h 2002/05/11 12:28:19 171 @@ -43,8 +43,8 @@ { // decoder/encoder VECTOR mvs[4]; - uint32_t sad8[4]; // SAD values for inter4v-VECTORs - uint32_t sad16; // SAD value for inter-VECTOR + int32_t sad8[4]; // (signed!) SAD values for inter4v-VECTORs + int32_t sad16; // (signed!) SAD value for inter-VECTOR short int pred_values[6][MBPRED_SIZE]; int acpred_directions[6];