--- branches/dev-api-4/xvidcore/dshow/src/CAbout.h 2003/06/09 13:55:56 1054 +++ branches/dev-api-4/xvidcore/dshow/src/CAbout.h 2003/12/12 15:09:01 1260 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $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 $ * ****************************************************************************/ @@ -32,6 +32,22 @@ DEFINE_GUID(CLSID_CABOUT, 0x00000001, 0x4fef, 0x40d3, 0xb3, 0xfa, 0xe0, 0x53, 0x1b, 0x89, 0x7f, 0x98); +#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; + bool bDeblock_Y; + bool bDeblock_UV; + bool bFlipVideo; + int nForceColorspace; +}; + +extern PostProcessing_Settings PPSettings; class CAbout : public CBasePropertyPage {