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

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

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

revision 1592, Mon Jan 10 05:01:01 2005 UTC revision 1607, Sun Mar 27 03:59:42 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: config.h,v 1.6 2005-01-10 05:01:01 syskin Exp $   * $Id: config.h,v 1.7 2005-03-27 03:59:42 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 228  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
231    #define PROFILE_4MV     0x00000040
232    #define PROFILE_DXN     0x00000080
233    
 #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)  
 #define PROFILE_ARTS            (PROFILE_ADAPTQUANT)  
234    
235  static const int PARS[][2] = {  static const int PARS[][2] = {
236          {1, 1},          {1, 1},
# Line 258  Line 258 
258          int max_acpred_mbs;     /* percentage */          int max_acpred_mbs;     /* percentage */
259          int max_vbv_size;                       /*      max vbv size (bits) 16368 bits */          int max_vbv_size;                       /*      max vbv size (bits) 16368 bits */
260          int max_video_packet_length; /* bits */          int max_video_packet_length; /* bits */
261          int max_bitrate;                        /* kbits/s */          int max_bitrate;                        /* bits per second */
262      int vbv_peakrate;     /* max bits over anyone second period; 0=don't care */
263      int dxn_max_bframes;  /* dxn: max consecutive bframes */
264          unsigned int flags;          unsigned int flags;
265  } profile_t;  } profile_t;
266    

Legend:
Removed from v.1592  
changed lines
  Added in v.1607

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