[cvs] / xvidcore / vfw / src / config.h Repository:
ViewVC logotype

Diff of /xvidcore/vfw/src/config.h

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

revision 1.5, Sat Jan 8 12:28:48 2005 UTC revision 1.6, Mon Jan 10 05:01:01 2005 UTC
# Line 120  Line 120 
120          int tff;          int tff;
121          int qpel;          int qpel;
122          int gmc;          int gmc;
         int reduced_resolution;  
123          int use_bvop;          int use_bvop;
124          int max_bframes;          int max_bframes;
125          int bquant_ratio;          int bquant_ratio;
126          int bquant_offset;          int bquant_offset;
127          int packed;          int packed;
         int closed_gov;  
128          int display_aspect_ratio;                               /* aspect ratio */          int display_aspect_ratio;                               /* aspect ratio */
129          int ar_x, ar_y;                                                 /* picture aspect ratio */          int ar_x, ar_y;                                                 /* picture aspect ratio */
130          int par_x, par_y;                                               /* custom pixel aspect ratio */          int par_x, par_y;                                               /* custom pixel aspect ratio */
# Line 230  Line 228 
228  #define PROFILE_INTERLACE       0x00000008  #define PROFILE_INTERLACE       0x00000008
229  #define PROFILE_QPEL            0x00000010  #define PROFILE_QPEL            0x00000010
230  #define PROFILE_GMC                     0x00000020  #define PROFILE_GMC                     0x00000020
 #define PROFILE_REDUCED         0x00000040      /* dynamic resolution conversion */  
231    
232  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)
233  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT)
234    
235  static const int PARS[][2] = {  static const int PARS[][2] = {
236          {1, 1},          {1, 1},

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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