]> git.vomp.tv Git - vompclient-marten.git/commitdiff
fix to make it switch back to rgb if told to do so by config
authorChris Tallon <chris@vomp.tv>
Sat, 23 Jul 2005 22:54:49 +0000 (22:54 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 23 Jul 2005 22:54:49 +0000 (22:54 +0000)
command.cc

index 125f82bfc49014f7e320e364cc2f90575667f95c..86674093762c62f451cb9708fef6e69476ffee54 100644 (file)
@@ -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