--- scan.cpp.orig 2003-10-04 01:17:00.000000000 +0200 +++ scan.cpp 2004-01-03 16:22:50.000000000 +0100 @@ -75,6 +75,9 @@ frameBuffer->loadPal("scan.pal", 37, COL_MAXFREE); frameBuffer->loadPicture2FrameBuffer("scan.raw"); + char old_videoformat = g_Controld->getVideoFormat(); + g_Controld->setVideoFormat(CControldClient::VIDEOFORMAT_4_3); + g_Sectionsd->setPauseScanning(true); /* send diseqc type to zapit */ @@ -124,6 +127,7 @@ g_Sectionsd->setPauseScanning(false); ShowMsgUTF("messagebox.info", success ? g_Locale->getText("scants.finished") : g_Locale->getText("scants.failed"), CMessageBox::mbrBack, CMessageBox::mbBack, "info.raw"); // UTF-8 + g_Controld->setVideoFormat(old_videoformat); return menu_return::RETURN_REPAINT; }