[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.15, Fri Jul 19 14:56:00 2002 UTC revision 1.18, Tue Sep 3 17:24:26 2002 UTC
# Line 112  Line 112 
112    
113          HINTINFO *hint;          HINTINFO *hint;
114    
 #ifdef BFRAMES  
115          uint32_t m_seconds;          uint32_t m_seconds;
116          uint32_t m_ticks;          uint32_t m_ticks;
 #endif  
117    
118  }  }
119  MBParam;  MBParam;
# Line 132  Line 130 
130          uint32_t fcode;          uint32_t fcode;
131          uint32_t bcode;          uint32_t bcode;
132    
 #ifdef BFRAMES  
133          uint32_t seconds;          uint32_t seconds;
134          uint32_t ticks;          uint32_t ticks;
 #endif  
135    
136          IMAGE image;          IMAGE image;
137    
# Line 184  Line 180 
180          /* constants */          /* constants */
181          int global;          int global;
182          int bquant_ratio;          int bquant_ratio;
183            int frame_drop_ratio;
184    
185          /* image queue */          /* image queue */
186          int queue_head;          int queue_head;
# Line 203  Line 200 
200          int bframenum_dx50bvop;          int bframenum_dx50bvop;
201    
202          int last_pframe;          int last_pframe;
203            int last_sync;
204          int time_pp;          int time_pp;
205          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 */
206  #endif  #endif

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

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