From 22a3ddc574a40d775cc95080a98d444acadd2394 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 23 Jul 2005 22:54:49 +0000 Subject: [PATCH] fix to make it switch back to rgb if told to do so by config --- command.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2