[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.10, Tue Apr 25 15:19:27 2006 UTC revision 1.12.2.1, Sun Nov 30 16:38:31 2008 UTC
# Line 53  Line 53 
53    
54  #define XVID_BUILD              __TIME__ ", " __DATE__  #define XVID_BUILD              __TIME__ ", " __DATE__
55  #define XVID_WEBSITE    "http://www.xvid.org/"  #define XVID_WEBSITE    "http://www.xvid.org/"
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"
# 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] = {
# Line 291  Line 292 
292  void sort_zones(zone_t * zones, int zone_num, int * sel);  void sort_zones(zone_t * zones, int zone_num, int * sel);
293    
294    
295  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  INT_PTR CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
296  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  INT_PTR CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);
297    
298  #endif /* _CONFIG_H_ */  #endif /* _CONFIG_H_ */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12.2.1

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