[cvs] / xvidcore / dshow / src / CAbout.h Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/CAbout.h

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

revision 1.1.2.2, Mon Jun 9 13:49:00 2003 UTC revision 1.1.2.7, Fri Jan 30 03:21:20 2004 UTC
# Line 32  Line 32 
32  DEFINE_GUID(CLSID_CABOUT,  DEFINE_GUID(CLSID_CABOUT,
33          0x00000001, 0x4fef, 0x40d3, 0xb3, 0xfa, 0xe0, 0x53, 0x1b, 0x89, 0x7f, 0x98);          0x00000001, 0x4fef, 0x40d3, 0xb3, 0xfa, 0xe0, 0x53, 0x1b, 0x89, 0x7f, 0x98);
34    
35    #define FORCE_NONE  0
36    #define FORCE_YV12  1
37    #define FORCE_YUY2  2
38    #define FORCE_RGB24 3
39    #define FORCE_RGB32 4
40    
41    struct PostProcessing_Settings
42    {
43            int nBrightness;
44            int nDeblock_Y;
45            int nDeblock_UV;
46            int nDering;
47            int nFilmEffect;
48            int nFlipVideo;
49            int nForceColorspace;
50    };
51    
52    extern PostProcessing_Settings PPSettings;
53    extern unsigned int supported_4cc;
54    
55  class CAbout : public CBasePropertyPage  class CAbout : public CBasePropertyPage
56  {  {

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.7

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