diff --git a/src/apps/mediaplayer/MainWin.cpp b/src/apps/mediaplayer/MainWin.cpp index 5a9efa15ef..4b89a37afa 100644 --- a/src/apps/mediaplayer/MainWin.cpp +++ b/src/apps/mediaplayer/MainWin.cpp @@ -597,8 +597,7 @@ MainWin::MessageReceived(BMessage *msg) int heightAspect; fController->GetSize(&width, &height, &widthAspect, &heightAspect); - VideoFormatChange(width, fSourceHeight, - widthAspect, heightAspect); + VideoFormatChange(width, height, widthAspect, heightAspect); } break;