[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.8, Sun Oct 16 00:00:04 2005 UTC revision 1.9, Sat Oct 22 22:32:44 2005 UTC
# Line 244  Line 244 
244  #define PROFILE_QPEL            0x00000010  #define PROFILE_QPEL            0x00000010
245  #define PROFILE_GMC                     0x00000020  #define PROFILE_GMC                     0x00000020
246  #define PROFILE_4MV     0x00000040  #define PROFILE_4MV     0x00000040
247  #define PROFILE_DXN     0x00000080  #define PROFILE_EXTRA       0x00000080
248    
249    
250  static const int PARS[][2] = {  static const int PARS[][2] = {
# Line 275  Line 275 
275          int max_video_packet_length; /* bits */          int max_video_packet_length; /* bits */
276          int max_bitrate;                        /* bits per second */          int max_bitrate;                        /* bits per second */
277    int vbv_peakrate;     /* max bits over anyone second period; 0=don't care */    int vbv_peakrate;     /* max bits over anyone second period; 0=don't care */
278    int dxn_max_bframes;  /* dxn: max consecutive bframes */      int xvid_max_bframes;               /* xvid: max consecutive bframes */
279          unsigned int flags;          unsigned int flags;
280  } profile_t;  } profile_t;
281    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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