From: Chris Tallon Date: Sat, 16 Feb 2013 17:49:21 +0000 (+0000) Subject: Default choice in options did not match default state of program X-Git-Tag: 0-4-0^2~1 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=fe5d89e80f2d62c508bee0491ccf2b02fbbaad12;p=vompclient.git Default choice in options did not match default state of program --- diff --git a/vopts.cc b/vopts.cc index 6c92584..0604e71 100644 --- 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");