[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

revision 229, Thu Jun 20 14:05:58 2002 UTC revision 234, Sun Jun 23 03:58:32 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.11 2002-06-20 14:05:57 suxen_drol Exp $   *  $Id: encoder.h,v 1.12 2002-06-23 03:58:32 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# Line 178  Line 178 
178    
179  #ifdef BFRAMES  #ifdef BFRAMES
180          /* constants */          /* constants */
181          int packed;          int global;
182          int bquant_ratio;          int bquant_ratio;
183    
184          /* image queue */          /* image queue */
# Line 196  Line 196 
196          IMAGE f_refh;          IMAGE f_refh;
197          IMAGE f_refv;          IMAGE f_refv;
198          IMAGE f_refhv;          IMAGE f_refhv;
199    
200            int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
201  #endif  #endif
202    
203          Statistics sStat;          Statistics sStat;

Legend:
Removed from v.229  
changed lines
  Added in v.234

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