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

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

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

revision 919, Thu Mar 13 11:07:20 2003 UTC revision 920, Sat Mar 15 14:32:56 2003 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.27.2.2 2003-03-13 11:07:20 suxen_drol Exp $   *  $Id: encoder.h,v 1.27.2.3 2003-03-15 14:32:56 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# Line 80  Line 80 
80          uint32_t mb_width;          uint32_t mb_width;
81          uint32_t mb_height;          uint32_t mb_height;
82    
83        int plugin_flags;
84    
85          /* frame rate increment & base */          /* frame rate increment & base */
86          uint32_t fincr;          uint32_t fincr;
87          uint32_t fbase;          uint32_t fbase;
# Line 138  Line 140 
140    
141  typedef struct  typedef struct
142  {  {
143        int frame_num;
144          xvid_vol_t vol_flags;          xvid_vol_t vol_flags;
145      xvid_vop_t vop_flags;      xvid_vop_t vop_flags;
146          xvid_motion_t motion_flags;          xvid_motion_t motion_flags;
# Line 174  Line 177 
177          int bitrate;          int bitrate;
178    
179      // plugins      // plugins
180        int num_plugins;    /* note: we store plugin flags in MBPARAM */
     int plugin_flags;  
     int num_plugins;  
181      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
182    
183      // dquant      // dquant
# Line 188  Line 189 
189          FRAMEINFO *current;          FRAMEINFO *current;
190          FRAMEINFO *reference;          FRAMEINFO *reference;
191    
192          IMAGE sOriginal;          IMAGE sOriginal;    /* original image copy for i/p frames */
193        IMAGE sOriginal2;   /* original image copy for b-frames */
194          IMAGE vInterH;          IMAGE vInterH;
195          IMAGE vInterV;          IMAGE vInterV;
196          IMAGE vInterVf;          IMAGE vInterVf;

Legend:
Removed from v.919  
changed lines
  Added in v.920

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