X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FAVSwitch.py;h=37d47f301685b8bd3b2b0ddf09da85d9ba1a6d63;hb=15428ee271e1af0a7ac52dd004b316164ed23c4d;hp=2658f9ba532c4c593de84bc060de371aa79daecb;hpb=864bab84ceacbaa2cf2814aa74f1379a0b9c8426;p=vuplus_dvbapp diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py old mode 100644 new mode 100755 index 2658f9b..37d47f3 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -73,8 +73,8 @@ def InitAVSwitch(): # when YUV is not enabled, don't let the user select it if config.av.yuvenabled.value: colorformat_choices["yuv"] = _("YPbPr") - - config.av.colorformat = ConfigSelection(choices=colorformat_choices, default="rgb") +# ikseong + config.av.colorformat = ConfigSelection(choices=colorformat_choices, default="cvbs") config.av.aspectratio = ConfigSelection(choices={ "4_3_letterbox": _("4:3 Letterbox"), "4_3_panscan": _("4:3 PanScan"),