X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FAVSwitch.py;h=37d47f301685b8bd3b2b0ddf09da85d9ba1a6d63;hp=2658f9ba532c4c593de84bc060de371aa79daecb;hb=7ff2c7908114488178ad574b23fcee718515f4fb;hpb=f488e1db5b364c4df7135008a3b073a1d0ba06ca 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"),