[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.1, Sat Sep 28 13:01:15 2002 UTC
# Line 112  Line 112 
112    
113          HINTINFO *hint;          HINTINFO *hint;
114    
115          uint32_t m_seconds;          int64_t m_stamp;
         uint32_t m_ticks;  
   
116  }  }
117  MBParam;  MBParam;
118    
# Line 132  Line 130 
130    
131          uint32_t seconds;          uint32_t seconds;
132          uint32_t ticks;          uint32_t ticks;
133            uint64_t stamp;
134    
135          IMAGE image;          IMAGE image;
136    
# Line 199  Line 198 
198          IMAGE f_refhv;          IMAGE f_refhv;
199          int bframenum_dx50bvop;          int bframenum_dx50bvop;
200    
         int last_pframe;  
         int last_sync;  
         int time_pp;  
201          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 */
202  #endif  #endif
203    

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

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