[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 1650, Sat Oct 22 22:32:44 2005 UTC revision 1718, Mon Jul 10 17:39:38 2006 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.9 2005-10-22 22:32:44 Isibaar Exp $   * $Id: config.h,v 1.11 2006-07-10 17:39:23 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 56  Line 56 
56  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"
57    
58  /* constants */  /* constants */
59  #define CONFIG_2PASS_FILE "\\video.pass"  #define CONFIG_2PASS_FILE ".\\video.pass"
60    
61  /* codec modes */  /* codec modes */
62  #define RC_MODE_1PASS             0  #define RC_MODE_1PASS             0
# 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_EXTRA       0x00000080  #define PROFILE_PACKED      0x00000080
248    #define PROFILE_EXTRA       0x00000100
249    
250    
251  static const int PARS[][2] = {  static const int PARS[][2] = {

Legend:
Removed from v.1650  
changed lines
  Added in v.1718

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