--- a/mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h Mon Jun 21 22:43:37 2010 +0100
+++ b/mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h Thu Jul 22 16:47:59 2010 +0100
@@ -1069,7 +1069,10 @@
TInt iVideoFrameBufSize;
TBool iResourceLost;
TBool iRedrawDone;
-
+ // Flag to indicate that the redraw surface has been created, and
+ // can be used in a subsequent call ro Redraw()
+ TBool iRedrawSurfaceInUse;
+
//-- members for buffer management --
MMmfVideoBufferManagementObserver* iVBMObserver;
TBufferOptions iVBMBufferOptions;
@@ -1089,6 +1092,8 @@
MMmfVideoPropertiesObserver* iVPObserver;
RWsSession iWsSession;
TSize iPicSize;
+ TUint iAspectRatioNum;
+ TUint iAspectRatioDenom;
//-- members for Trickplay support --
TInt iStepFrameCount;
TInt iPlayRate;