--- mp3player.cpp.orig 2003-12-21 13:01:28.000000000 +0100 +++ mp3player.cpp 2003-12-19 21:07:10.000000000 +0100 @@ -173,8 +173,17 @@ /*int ret =*/ + CControldClient cdc; + cdc.setVideoFormat(CControldClient::VIDEOFORMAT_4_3); + printf("forcing to 4:3\n"); + show(); + if(g_settings.video_Format==0) + { + CControldClient cdc; + cdc.setVideoFormat(CControldClient::VIDEOFORMAT_AUTO); + } // Restore previous background if (usedBackground) frameBuffer->restoreBackgroundImage();