[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 134, Tue Apr 23 19:09:04 2002 UTC revision 343, Sat Jul 27 21:38:19 2002 UTC
# Line 88  Line 88 
88          int min_key_interval;          int min_key_interval;
89          int lum_masking;          int lum_masking;
90          int interlacing;          int interlacing;
91    #ifdef BFRAMES
92            int max_bframes;
93            int bquant_ratio;
94            int packed;
95            int dx50bvop;
96            int debug;
97    #endif
98    
99          int min_iquant;          int min_iquant;
100          int max_iquant;          int max_iquant;
# Line 97  Line 104 
104          BYTE qmatrix_inter[64];          BYTE qmatrix_inter[64];
105    
106          int keyframe_boost;          int keyframe_boost;
107    //added by koepi for new 2pass curve treatment
108            int kftreshold;
109            int kfreduction;
110    // end of koepi's additions
111          int discard1pass;          int discard1pass;
112          int dummy2pass;          int dummy2pass;
113          int curve_compression_high;          int curve_compression_high;
# Line 133  Line 144 
144          int credits_start_size;          int credits_start_size;
145          int credits_end_size;          int credits_end_size;
146    
147    #ifdef _SMP
148            int num_threads;
149    #endif
150    #ifdef BFRAMES
151            int frame_drop_ratio;
152    #endif
153    
154  //      char build[50];  //      char build[50];
155          DWORD cpu;          DWORD cpu;
156          float fquant;          float fquant;
# Line 162  Line 180 
180  void config_reg_get(CONFIG *);  void config_reg_get(CONFIG *);
181  void config_reg_set(CONFIG *);  void config_reg_set(CONFIG *);
182  void config_reg_default(CONFIG *);  void config_reg_default(CONFIG *);
183  int config_get_int(HWND, UINT, int);  int config_get_int(HWND, INT, int);
184    int config_get_uint(HWND, UINT, int);
185  void main_download(HWND, CONFIG *);  void main_download(HWND, CONFIG *);
186  void main_slider(HWND, CONFIG *);  void main_slider(HWND, CONFIG *);
187  void main_value(HWND, CONFIG *);  void main_value(HWND, CONFIG *);

Legend:
Removed from v.134  
changed lines
  Added in v.343

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