[svn] / branches / dev-api-3 / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/encoder.h

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

trunk/xvidcore/src/encoder.h revision 295, Fri Jul 12 12:26:55 2002 UTC branches/dev-api-3/xvidcore/src/encoder.h revision 579, Sat Oct 5 21:37:44 2002 UTC
# Line 36  Line 36 
36   *               support for EXTENDED API   *               support for EXTENDED API
37   *  - 22.08.2001 fixed bug in iDQtab   *  - 22.08.2001 fixed bug in iDQtab
38   *   *
39   *  $Id: encoder.h,v 1.14 2002-07-12 12:26:23 suxen_drol Exp $   *  $Id: encoder.h,v 1.18.2.3 2002-10-05 21:35:35 Isibaar Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# 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  #ifdef BFRAMES          int64_t m_stamp;
         uint32_t m_seconds;  
         uint32_t m_ticks;  
 #endif  
   
117  }  }
118  MBParam;  MBParam;
119    
# Line 132  Line 129 
129          uint32_t fcode;          uint32_t fcode;
130          uint32_t bcode;          uint32_t bcode;
131    
 #ifdef BFRAMES  
132          uint32_t seconds;          uint32_t seconds;
133          uint32_t ticks;          uint32_t ticks;
134  #endif          int64_t stamp;
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;

Legend:
Removed from v.295  
changed lines
  Added in v.579

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