--- global.h 2002/03/08 02:44:32 1.1 +++ global.h 2002/03/28 20:57:24 1.3 @@ -36,6 +36,11 @@ int mode; int quant; // absolute quant + int field_dct; + int field_pred; + int field_for_top; + int field_for_bot; + // encoder specific VECTOR pmvs[4]; @@ -76,4 +81,4 @@ return dc_scaler; } -#endif /* _GLOBAL_H_ */ \ No newline at end of file +#endif /* _GLOBAL_H_ */