[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.5, Thu Jan 22 15:56:24 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 bDeblock_Y;
45            int bDeblock_UV;
46            int bDering;
47            int bFilmEffect;
48            int bFlipVideo;
49            int nForceColorspace;
50    };
51    
52    extern PostProcessing_Settings PPSettings;
53    
54  class CAbout : public CBasePropertyPage  class CAbout : public CBasePropertyPage
55  {  {

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

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