diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-24 09:58:05 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-24 09:58:05 +0100 |
| commit | 14cf6c3b6887b94bcdd65ee251207d9309e2ae24 (patch) | |
| tree | 06b2c77ab533e20eff9ce8a06fb0dbb53acb24f7 /lib/python | |
| parent | 74837aa1b9a2d0ee3cd630b74abcb224272290ab (diff) | |
| parent | 7049be52bf2235dfb848b28dcd9aa44eb204771c (diff) | |
| download | enigma2-14cf6c3b6887b94bcdd65ee251207d9309e2ae24.tar.gz enigma2-14cf6c3b6887b94bcdd65ee251207d9309e2ae24.zip | |
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/AVSwitch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 00350cbb..1f529cfd 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 |
