--- branches/dev-api-4/xvidcore/dshow/src/CAbout.h 2004/01/22 14:51:09 1321 +++ branches/dev-api-4/xvidcore/dshow/src/CAbout.h 2004/01/22 15:56:24 1322 @@ -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.4 2003-12-17 17:08:29 Isibaar Exp $ + * $Id: CAbout.h,v 1.1.2.5 2004-01-22 15:56:24 syskin Exp $ * ****************************************************************************/ @@ -40,13 +40,13 @@ struct PostProcessing_Settings { - int nBrightness; - bool bDeblock_Y; - bool bDeblock_UV; - bool bDering; - bool bFilmEffect; - bool bFlipVideo; - int nForceColorspace; + int nBrightness; + int bDeblock_Y; + int bDeblock_UV; + int bDering; + int bFilmEffect; + int bFlipVideo; + int nForceColorspace; }; extern PostProcessing_Settings PPSettings;