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

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

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

revision 1277, Thu Dec 18 14:51:40 2003 UTC revision 1312, Tue Jan 20 14:11:39 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: config.h,v 1.1.2.14 2003-12-18 14:51:40 syskin Exp $   * $Id: config.h,v 1.1.2.17 2004-01-20 14:11:39 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 27  Line 27 
27    
28  #include <windows.h>  #include <windows.h>
29  #include "vfwext.h"  #include "vfwext.h"
30    #include <xvid.h>
31    
32  extern HINSTANCE g_hInst;  extern HINSTANCE g_hInst;
33    
# Line 155  Line 156 
156          int vhq_mode;          int vhq_mode;
157          int chromame;          int chromame;
158          int cartoon_mode;          int cartoon_mode;
159            int turbo;
160      int max_key_interval;      int max_key_interval;
161          int frame_drop_ratio;          int frame_drop_ratio;
162    
# Line 252  Line 254 
254  void config_reg_get(CONFIG * config);  void config_reg_get(CONFIG * config);
255  void config_reg_set(CONFIG * config);  void config_reg_set(CONFIG * config);
256    
257    static void
258    zones_update(HWND hDlg, CONFIG * config);
259    
260  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM);
261  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);  BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM);
262    
   
263  #endif /* _CONFIG_H_ */  #endif /* _CONFIG_H_ */

Legend:
Removed from v.1277  
changed lines
  Added in v.1312

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