From: Chris Tallon Date: Sat, 23 Jul 2005 22:54:49 +0000 (+0000) Subject: fix to make it switch back to rgb if told to do so by config X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=22a3ddc574a40d775cc95080a98d444acadd2394;p=vompclient-marten.git fix to make it switch back to rgb if told to do so by config --- diff --git a/command.cc b/command.cc index 125f82b..8667409 100644 --- a/command.cc +++ b/command.cc @@ -200,6 +200,7 @@ void Command::run() else { logger->log("Command", Log::INFO, "Leaving video output as S-Video=%s", svideo); + video->setConnection(Video::COMPOSITERGB); } } else