X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FAVSwitch.py;h=8b7e8b77b03642cc8082e641e70162612c67d65b;hp=de12e002c8bc6cd9c4c9ec913594b1cd0d845b4c;hb=83d2819a49d7182cb8cee41caeb3c20d9187aba5;hpb=9ba0f498b41bd5df2f275b52684852b393c47a0e diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index de12e00..8b7e8b7 100755 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -74,7 +74,7 @@ def InitAVSwitch(): # when YUV is not enabled, don't let the user select it if config.av.yuvenabled.value: colorformat_choices["yuv"] = _("YPbPr") -# ikseong + config.av.colorformat = ConfigSelection(choices=colorformat_choices, default="cvbs") config.av.aspectratio = ConfigSelection(choices={ "4_3_letterbox": _("4:3 Letterbox"),