[svn] / branches / dev-api-3 / vfw / src / config.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/vfw/src/config.h

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

revision 716, Sat Dec 14 06:09:33 2002 UTC revision 837, Wed Feb 12 13:24:24 2003 UTC
# Line 24  Line 24 
24    
25  #define XVID_BUILD              __TIME__ ", " __DATE__  #define XVID_BUILD              __TIME__ ", " __DATE__
26  #define XVID_WEBSITE    "http://www.xvid.org/"  #define XVID_WEBSITE    "http://www.xvid.org/"
27  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"  #define XVID_SPECIAL_BUILD      "sysKin's build - designed for bugs (tm)"
28    
29  /* constants */  /* constants */
30  #define CONFIG_HINTFILE         "\\hintfile.mvh"  #define CONFIG_HINTFILE         "\\hintfile.mvh"
# Line 62  Line 62 
62  #define CREDITS_MODE_QUANT              1  #define CREDITS_MODE_QUANT              1
63  #define CREDITS_MODE_SIZE               2  #define CREDITS_MODE_SIZE               2
64    
65    /* vhq modes */
66    #define VHQ_OFF                                 0
67    #define VHQ_MODE_DECISION               1
68    #define VHQ_LIMITED_SEARCH              2
69    #define VHQ_MEDIUM_SEARCH               3
70    #define VHQ_WIDE_SEARCH                 4
71    
72  #define CREDITS_START                   1  #define CREDITS_START                   1
73  #define CREDITS_END                             2  #define CREDITS_END                             2
74    
# Line 86  Line 93 
93          int motion_search;          int motion_search;
94          int quant_type;          int quant_type;
95          int fourcc_used;          int fourcc_used;
96            int vhq_mode;
97          int max_key_interval;          int max_key_interval;
98          int min_key_interval;          int min_key_interval;
99          int lum_masking;          int lum_masking;

Legend:
Removed from v.716  
changed lines
  Added in v.837

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