From: Marten Richter Date: Sun, 28 Oct 2012 10:12:55 +0000 (+0100) Subject: Move remote deinitialising code to selectvideomode X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=759a37c6e9752f28a4a1b8911b139c69fb62a8c9;p=vompclient-marten.git Move remote deinitialising code to selectvideomode Conflicts: videoomx.cc --- 759a37c6e9752f28a4a1b8911b139c69fb62a8c9 diff --cc videoomx.cc index f1eea61,b582c15..2f8cf92 --- a/videoomx.cc +++ b/videoomx.cc @@@ -550,9 -548,9 +550,7 @@@ int VideoOMX::signalOn( if (!signalon) { Log::getInstance()->log("Video", Log::NOTICE, "signalOn"); Osd::getInstance()->shutdown(); - - Remote::getInstance()->shutdown(); selectVideoMode(0); - - Remote::getInstance()->init(""); Osd::getInstance()->restore(); Osd::getInstance()->init((void*)""); BoxStack::getInstance()->redrawAllBoxes();