[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 1818, Fri Nov 28 16:54:43 2008 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  } CONFIG;  } CONFIG;
44    
45    
# Line 48  Line 50 
50  /* functions */  /* functions */
51  void LoadRegistryInfo();  void LoadRegistryInfo();
52  void SaveRegistryInfo();  void SaveRegistryInfo();
53  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);
54    
55    
56  #ifdef __cplusplus  #ifdef __cplusplus
# Line 57  Line 59 
59    
60    
61  #endif  #endif
62    

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

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