]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Bugfix for reboot option supplied by davep
authorMarten Richter <marten.richter@freenet.de>
Thu, 13 Sep 2012 06:23:58 +0000 (08:23 +0200)
committerMarten Richter <marten.richter@freenet.de>
Thu, 13 Sep 2012 06:23:58 +0000 (08:23 +0200)
videoomx.cc
vwelcome.cc

index 50c053889e3c78c810f85854effd7c44a5aca277..59d5d2921a60f0776ce9f01ec8d4372cbaa2773f 100644 (file)
@@ -726,6 +726,7 @@ int VideoOMX::AllocateCodecsOMX()
        Demuxer* demux=Demuxer::getInstance();
 
        dodeint=false;
+       deint_first_frame=false;
 
        Log::getInstance()->log("Video", Log::NOTICE, "Allocate Codecs OMX");
        //Clock, move later to audio including events
index cb88da6c99e5a15a541241946afda39918194f7d..28cc489a80199e198a8c570fdcd7ce6ea0b44602 100644 (file)
@@ -189,6 +189,7 @@ int VWelcome::handleCommand(int command)
     case Remote::SEVEN:\r
     {\r
       Command::getInstance()->doReboot();\r
+      return 2;\r
     }\r
     case Remote::OK:\r
     {\r