[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18, Tue Sep 3 17:24:26 2002 UTC revision 1.18.2.3, Sat Oct 5 21:35:35 2002 UTC
# Line 109  Line 109 
109          uint32_t m_quant_type;          uint32_t m_quant_type;
110          uint32_t m_rounding_type;          uint32_t m_rounding_type;
111          uint32_t m_fcode;          uint32_t m_fcode;
112            uint32_t m_quarterpel;
113    
114          HINTINFO *hint;          HINTINFO *hint;
115    
116          uint32_t m_seconds;          int64_t m_stamp;
         uint32_t m_ticks;  
   
117  }  }
118  MBParam;  MBParam;
119    
# Line 132  Line 131 
131    
132          uint32_t seconds;          uint32_t seconds;
133          uint32_t ticks;          uint32_t ticks;
134            int64_t stamp;
135    
136          IMAGE image;          IMAGE image;
137    
# Line 199  Line 199 
199          IMAGE f_refhv;          IMAGE f_refhv;
200          int bframenum_dx50bvop;          int bframenum_dx50bvop;
201    
         int last_pframe;  
         int last_sync;  
         int time_pp;  
202          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
203  #endif  #endif
204    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4