]> git.vomp.tv Git - vompclient.git/commitdiff
Remove remote reinit in videoomx signaloff
authorMarten Richter <marten.richter@freenet.de>
Sun, 24 Nov 2013 12:11:11 +0000 (13:11 +0100)
committerMarten Richter <marten.richter@freenet.de>
Sun, 24 Nov 2013 12:11:11 +0000 (13:11 +0100)
videoomx.cc

index fd8a1335f43df9d1b8a2dcc56311ce365f18ce5b..e91b8ea886c76a3fc8ebd3ac98b455a789ecd6a6 100644 (file)
@@ -660,9 +660,9 @@ int VideoOMX::signalOff()
        //TODO reinit osd
        Log::getInstance()->log("Video", Log::NOTICE, "signalOff");
        Osd::getInstance()->stopUpdate(); // turn off drawing thread
-       Remote::getInstance()->shutdown();
+       //Remote::getInstance()->shutdown();
        vc_tv_power_off();
-       Remote::getInstance()->init("");
+       //Remote::getInstance()->init("");
        signalon=false;
     return 1;
 }