]> git.vomp.tv Git - vompclient.git/commitdiff
Move remote deinitialising code to selectvideomode
authorMarten Richter <marten.richter@freenet.de>
Sun, 28 Oct 2012 10:12:55 +0000 (11:12 +0100)
committerMarten Richter <marten.richter@freenet.de>
Sun, 28 Oct 2012 10:12:55 +0000 (11:12 +0100)
Conflicts:
videoomx.cc

1  2 
videoomx.cc

diff --cc videoomx.cc
index f1eea6170abc78c8a7a6c2c844d54c73b418e612,b582c15761ad4719008a6feb8cfa021d6b6b0b69..2f8cf929b711a2b6f9ae1cf5ba76620784b6bb9f
@@@ -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();