--- encoder.h 2002/09/03 17:24:26 1.18 +++ encoder.h 2002/10/05 21:35:35 1.18.2.3 @@ -36,7 +36,7 @@ * support for EXTENDED API * - 22.08.2001 fixed bug in iDQtab * - * $Id: encoder.h,v 1.18 2002/09/03 17:24:26 chl Exp $ + * $Id: encoder.h,v 1.18.2.3 2002/10/05 21:35:35 Isibaar Exp $ * ****************************************************************************/ @@ -109,12 +109,11 @@ uint32_t m_quant_type; uint32_t m_rounding_type; uint32_t m_fcode; + uint32_t m_quarterpel; HINTINFO *hint; - uint32_t m_seconds; - uint32_t m_ticks; - + int64_t m_stamp; } MBParam; @@ -132,6 +131,7 @@ uint32_t seconds; uint32_t ticks; + int64_t stamp; IMAGE image; @@ -199,9 +199,6 @@ IMAGE f_refhv; int bframenum_dx50bvop; - int last_pframe; - int last_sync; - int time_pp; int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */ #endif