[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 235, Sun Jun 23 03:59:49 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 162  Line 169 
169  void config_reg_get(CONFIG *);  void config_reg_get(CONFIG *);
170  void config_reg_set(CONFIG *);  void config_reg_set(CONFIG *);
171  void config_reg_default(CONFIG *);  void config_reg_default(CONFIG *);
172  int config_get_int(HWND, UINT, int);  int config_get_int(HWND, INT, int);
173    int config_get_uint(HWND, UINT, int);
174  void main_download(HWND, CONFIG *);  void main_download(HWND, CONFIG *);
175  void main_slider(HWND, CONFIG *);  void main_slider(HWND, CONFIG *);
176  void main_value(HWND, CONFIG *);  void main_value(HWND, CONFIG *);

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

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