[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.1.2.13, Wed Dec 17 15:16:16 2003 UTC revision 1.1.2.14, Thu Dec 18 14:51:40 2003 UTC
# Line 123  Line 123 
123          int packed;          int packed;
124          int closed_gov;          int closed_gov;
125          int display_aspect_ratio;                               /* aspect ratio */          int display_aspect_ratio;                               /* aspect ratio */
126            int ar_x, ar_y;                                                 /* picture aspect ratio */
127            int par_x, par_y;                                               /* custom pixel aspect ratio */
128            int ar_mode;                                                    /* picture/pixel AR */
129    
130      /* zones */      /* zones */
131      int num_zones;      int num_zones;
# Line 212  Line 215 
215  #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)
216  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)
217    
218    static const int PARS[][2] = {
219            {1, 1},
220            {12, 11},
221            {10, 11},
222            {16, 11},
223            {40, 33},
224            {0, 0},
225    };
226    
227    
228    
229    
230  typedef struct  typedef struct
231  {  {

Legend:
Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14

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