]> git.vomp.tv Git - vompclient.git/commitdiff
Default choice in options did not match default state of program
authorChris Tallon <chris@vomp.tv>
Sat, 16 Feb 2013 17:49:21 +0000 (17:49 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 16 Feb 2013 17:49:21 +0000 (17:49 +0000)
vopts.cc

index 6c92584f06d9dc81c660624863a7a9147a7ed251..0604e71fd784c3a867762f3e09ccafa639c1ae01 100644 (file)
--- a/vopts.cc
+++ b/vopts.cc
@@ -163,7 +163,7 @@ VOpts::VOpts()
       if (Video::ASPECT16X9 & supptvsize) {
          options4.push_back("16:9");
          options4keys.push_back("16:9");
-         defaultch=1;
+//       defaultch=1;
       }
       if (Video::ASPECT14X9 & supptvsize) {
          options4.push_back("14:9");