browserplugins/browseraudiovideoplugin/src/BavpControllerVideo.cpp
branchRCL_3
changeset 34 5dedbccec665
parent 33 dbd79466b1ed
child 35 5c11946e75b3
equal deleted inserted replaced
33:dbd79466b1ed 34:5dedbccec665
  1291 // CBavpControllerVideo::SetDefaultAspectRatioL
  1291 // CBavpControllerVideo::SetDefaultAspectRatioL
  1292 // Sets default aspect ratio (code is taken from mmplayer)
  1292 // Sets default aspect ratio (code is taken from mmplayer)
  1293 // -----------------------------------------------------------------------------
  1293 // -----------------------------------------------------------------------------
  1294 /*
  1294 /*
  1295  * This function was added for consistency with mmplayer.
  1295  * This function was added for consistency with mmplayer.
  1296  * Not used is 5.0 (tube) since we want to preserve correct 
  1296  * Not used is 5.0 (S60_50) since we want to preserve correct
  1297  * aspect ratio and this function will stretch the video to
  1297  * aspect ratio and this function will stretch the video to
  1298  * the full screen, which due to tube screen size doesn't match
  1298  * the full screen, which due to S60_50 screen size doesn't match
  1299  * to correct ratio.
  1299  * to correct ratio.
  1300  * If needed it should be called in  WaitForScreenSwitchL() after 
  1300  * If needed it should be called in  WaitForScreenSwitchL() after 
  1301  * screen mode changed.
  1301  * screen mode changed.
  1302  */
  1302  */
  1303 void CBavpControllerVideo::SetDefaultAspectRatioL()
  1303 void CBavpControllerVideo::SetDefaultAspectRatioL()