From: Marten Richter Date: Sun, 28 Oct 2012 10:22:18 +0000 (+0100) Subject: Fix illegal instruction bug X-Git-Tag: 0-4-0^2~12^2~47 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=67c25099b25ce7b3a3ae8bfb12c686c8cf68c41c;p=vompclient.git Fix illegal instruction bug --- diff --git a/videoomx.cc b/videoomx.cc index 2f8cf92..770e9c9 100644 --- a/videoomx.cc +++ b/videoomx.cc @@ -393,8 +393,8 @@ void VideoOMX::selectVideoMode(int interlaced) } } - Remote::getInstance()->shutdown(); vc_tv_power_off(); + Remote::getInstance()->shutdown(); if (mymode) { Log::getInstance()->log("Video", Log::NOTICE, "Switch to optimum mode"); vc_tv_hdmi_power_on_explicit(HDMI_MODE_HDMI,HDMI_RES_GROUP_CEA,mymode->code);