[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 1344, Fri Jan 30 18:53:50 2004 UTC revision 1345, Sat Jan 31 13:44:56 2004 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.7 2004-01-30 03:21:20 syskin Exp $   * $Id: CAbout.h,v 1.1.2.8 2004-01-31 13:44:33 suxen_drol 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    
 #define FORCE_NONE  0  
 #define FORCE_YV12  1  
 #define FORCE_YUY2  2  
 #define FORCE_RGB24 3  
 #define FORCE_RGB32 4  
   
 struct PostProcessing_Settings  
 {  
         int nBrightness;  
         int nDeblock_Y;  
         int nDeblock_UV;  
         int nDering;  
         int nFilmEffect;  
         int nFlipVideo;  
         int nForceColorspace;  
 };  
   
 extern PostProcessing_Settings PPSettings;  
 extern unsigned int supported_4cc;  
35    
36  class CAbout : public CBasePropertyPage  class CAbout : public CBasePropertyPage
37  {  {

Legend:
Removed from v.1344  
changed lines
  Added in v.1345

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