diff -r 4707a0db12f6 -r adb51f74b890 videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/src/mpxvideoviewwrapper.cpp --- a/videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/src/mpxvideoviewwrapper.cpp Mon Sep 20 18:25:37 2010 +0300 +++ b/videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/src/mpxvideoviewwrapper.cpp Tue Oct 05 09:26:49 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 7 % +// Version : %version: 8 % @@ -131,7 +131,6 @@ } - // ------------------------------------------------------------------------------------------------- // CMPXVideoViewWrapper::ActivateClosePlayerActiveObject // ------------------------------------------------------------------------------------------------- @@ -253,4 +252,13 @@ iAttatched = aAttached; } +// ------------------------------------------------------------------------------------------------- +// CMPXVideoViewWrapper::SetDefaultAspectRatio() +// ------------------------------------------------------------------------------------------------- +// +void CMPXVideoViewWrapper::SetDefaultAspectRatio( int aspectRatio ) +{ + iAspectRatio = aspectRatio; +} + // EOF