X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FAVSwitch.py;h=1f529cfd86a95ee00e906f9fee433bdd3275816d;hb=7b99a1af4abb7fdd77889feabe6bbd08d6c1d343;hp=00350cbb464fc88a978866d648b08db0f0c34fd3;hpb=307b1a3a29f51944baf8866292f6150f6aa8ca62;p=vuplus_dvbapp diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 00350cb..1f529cf 100644 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -29,6 +29,7 @@ class AVSwitch: eAVSwitch.getInstance().setVideomode(value) def getOutputAspect(self): + valstr = config.av.aspectratio.value if valstr in ("4_3_letterbox", "4_3_panscan"): # 4:3 return (4,3) elif valstr == "16_9": # auto ... 4:3 or 16:9