[svn] / trunk / xvidcore / dshow / src / config.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/dshow/src/config.h

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1916, Wed Dec 22 15:21:13 2010 UTC
# Line 32  Line 32 
32          int nBrightness;          int nBrightness;
33          int nDeblock_Y;          int nDeblock_Y;
34          int nDeblock_UV;          int nDeblock_UV;
35          int nDering;          int nDering_Y;
36            int nDering_UV;
37          int nFilmEffect;          int nFilmEffect;
38          int nFlipVideo;          int nFlipVideo;
39          int nForceColorspace;          int nForceColorspace;
40          unsigned int supported_4cc;          unsigned int supported_4cc;
41          int videoinfo_compat;          int videoinfo_compat;
42            int aspect_ratio;
43            int num_threads;
44            DWORD cpu;
45  } CONFIG;  } CONFIG;
46    
47    
# Line 48  Line 52 
52  /* functions */  /* functions */
53  void LoadRegistryInfo();  void LoadRegistryInfo();
54  void SaveRegistryInfo();  void SaveRegistryInfo();
55  BOOL CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);  INT_PTR CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
56    
57    
58  #ifdef __cplusplus  #ifdef __cplusplus
# Line 57  Line 61 
61    
62    
63  #endif  #endif
64    

Legend:
Removed from v.1382  
changed lines
  Added in v.1916

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