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

Diff of /xvidcore/src/xvid.h

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

revision 1.27.2.51, Wed Dec 10 15:07:42 2003 UTC revision 1.27.2.52, Fri Dec 12 14:16:40 2003 UTC
# Line 73  Line 73 
73   * doesnt hurt but not increasing it could cause difficulty for decoders in the   * doesnt hurt but not increasing it could cause difficulty for decoders in the
74   * future   * future
75   */   */
76  #define XVID_BS_VERSION "0023"  #define XVID_BS_VERSION "0024"
77    
78    
79  /*****************************************************************************  /*****************************************************************************
# Line 138  Line 138 
138  #define XVID_PROFILE_AS_L4   0xf4  #define XVID_PROFILE_AS_L4   0xf4
139    
140  /* aspect ratios */  /* aspect ratios */
141  #define XVID_PAR_11_VGA    1 /* 1:1 vga (square), default if AR is not precised (ie: ==0) */  #define XVID_PAR_11_VGA    1 /* 1:1 vga (square), default if supplied PAR is not a valid value */
142  #define XVID_PAR_43_PAL    2 /* 4:3 pal (12:11 625-line) */  #define XVID_PAR_43_PAL    2 /* 4:3 pal (12:11 625-line) */
143  #define XVID_PAR_43_NTSC   3 /* 4:3 ntsc (10:11 525-line) */  #define XVID_PAR_43_NTSC   3 /* 4:3 ntsc (10:11 525-line) */
144  #define XVID_PAR_169_PAL   4 /* 16:9 pal (16:11 625-line) */  #define XVID_PAR_169_PAL   4 /* 16:9 pal (16:11 625-line) */
# Line 280  Line 280 
280                          int width;          /* [out] width */                          int width;          /* [out] width */
281                          int height;         /* [out] height */                          int height;         /* [out] height */
282                          int par;            /* [out] pixel aspect ratio (refer to XVID_PAR_xxx above) */                          int par;            /* [out] pixel aspect ratio (refer to XVID_PAR_xxx above) */
283                          int par_width;      /* [out] aspect ratio width */                          int par_width;      /* [out] aspect ratio width  [1..255] */
284                          int par_height;     /* [out] aspect ratio height */                          int par_height;     /* [out] aspect ratio height [1..255] */
285                  } vol;                  } vol;
286          } data;          } data;
287  } xvid_dec_stats_t;  } xvid_dec_stats_t;

Legend:
Removed from v.1.27.2.51  
changed lines
  Added in v.1.27.2.52

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