[cvs] / vfw / src / config.h Repository:
ViewVC logotype

Diff of /vfw/src/config.h

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

revision 1.14.2.5, Wed Feb 12 13:31:24 2003 UTC revision 1.15, Tue Sep 24 14:25:42 2002 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    
28  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"  #define XVID_SPECIAL_BUILD      "(Vanilla CVS Build)"
29    
30  /* constants */  /* constants */
# Line 55  Line 56 
56  #define QUANT_MODE_MPEG                 1  #define QUANT_MODE_MPEG                 1
57  #define QUANT_MODE_CUSTOM               2  #define QUANT_MODE_CUSTOM               2
58  #define QUANT_MODE_MOD                  3  #define QUANT_MODE_MOD                  3
 #define QUANT_MODE_MOD_NEW              4  
59    
60  /* credits modes */  /* credits modes */
61  #define CREDITS_MODE_RATE               0  #define CREDITS_MODE_RATE               0
62  #define CREDITS_MODE_QUANT              1  #define CREDITS_MODE_QUANT              1
63  #define CREDITS_MODE_SIZE               2  #define CREDITS_MODE_SIZE               2
64    
 /* vhq modes */  
 #define VHQ_OFF                                 0  
 #define VHQ_MODE_DECISION               1  
 #define VHQ_LIMITED_SEARCH              2  
 #define VHQ_MEDIUM_SEARCH               3  
 #define VHQ_WIDE_SEARCH                 4  
   
65  #define CREDITS_START                   1  #define CREDITS_START                   1
66  #define CREDITS_END                             2  #define CREDITS_END                             2
67    
# Line 93  Line 86 
86          int motion_search;          int motion_search;
87          int quant_type;          int quant_type;
88          int fourcc_used;          int fourcc_used;
         int vhq_mode;  
89          int max_key_interval;          int max_key_interval;
90          int min_key_interval;          int min_key_interval;
91          int lum_masking;          int lum_masking;
92          int interlacing;          int interlacing;
         int qpel;  
         int gmc;  
         int chromame;  
93  //added by koepi for gruel's greyscale_mode  //added by koepi for gruel's greyscale_mode
94    
95          int greyscale;          int greyscale;
96    
97  // end of koepi's additions  // end of koepi's additions
98    
99    #ifdef BFRAMES
100          int max_bframes;          int max_bframes;
101          int bquant_ratio;          int bquant_ratio;
         int bquant_offset;  
102          int packed;          int packed;
103          int dx50bvop;          int dx50bvop;
104          int debug;          int debug;
105          int reduced_resolution;  #endif
106    
107          int min_iquant;          int min_iquant;
108          int max_iquant;          int max_iquant;
# Line 154  Line 146 
146          int credits_end_end;          int credits_end_end;
147    
148  //added by koepi for gruel's greyscale_mode  //added by koepi for gruel's greyscale_mode
149    
150          int credits_greyscale;          int credits_greyscale;
151    
152  // end of koepi's additions  // end of koepi's additions
153    
154          int credits_mode;          int credits_mode;
155          int credits_rate;          int credits_rate;
156          int credits_quant_i;          int credits_quant_i;
# Line 166  Line 161 
161  #ifdef _SMP  #ifdef _SMP
162          int num_threads;          int num_threads;
163  #endif  #endif
164    #ifdef BFRAMES
165          int frame_drop_ratio;          int frame_drop_ratio;
166    #endif
         /* decoder */  
   
         int deblock_y;  
         int deblock_uv;  
167    
168  //      char build[50];  //      char build[50];
169          DWORD cpu;          DWORD cpu;

Legend:
Removed from v.1.14.2.5  
changed lines
  Added in v.1.15

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