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

Diff of /branches/dev-api-4/xvidcore/dshow/src/CAbout.h

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

revision 1259, Fri Dec 12 14:16:40 2003 UTC revision 1260, Fri Dec 12 15:09:01 2003 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: CAbout.h,v 1.1.2.2 2003-06-09 13:49:00 edgomez Exp $   * $Id: CAbout.h,v 1.1.2.3 2003-12-12 15:09:01 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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            bool bDeblock_Y;
45            bool bDeblock_UV;
46            bool bFlipVideo;
47            int  nForceColorspace;
48    };
49    
50    extern PostProcessing_Settings PPSettings;
51    
52  class CAbout : public CBasePropertyPage  class CAbout : public CBasePropertyPage
53  {  {

Legend:
Removed from v.1259  
changed lines
  Added in v.1260

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