aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-10 01:40:05 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-10 01:40:05 +0000
commitf7acc02263701e948039a1559fdc6e64a8d85b21 (patch)
treeb86e88c6c472fb7c8786c70773f26ace0346779f /lib/python/Components
parent199b7c4744c11a57e1bcc4234277a90dd412ce1c (diff)
downloadenigma2-f7acc02263701e948039a1559fdc6e64a8d85b21.tar.gz
enigma2-f7acc02263701e948039a1559fdc6e64a8d85b21.zip
add avswitch calls
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/AVSwitch.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py
index 938f88ea..536bfc95 100644
--- a/lib/python/Components/AVSwitch.py
+++ b/lib/python/Components/AVSwitch.py
@@ -11,13 +11,16 @@ class AVSwitch:
eAVSwitch.getInstance().setColorFormat(value)
def setAspectRatio(self, value):
- print "aspectratio:" + str(value)
+ #print "aspectratio:" + str(value)
+ eAVSwitch.getInstance().setAspectRatio(value)
def setSystem(self, value):
print "system:" + str(value)
+ eAVSwitch.getInstance().setVideomode(value)
def setWSS(self, value):
- print "wss:" + str(value)
+ #print "wss:" + str(value)
+ pass
def InitAVSwitch():
config.av = ConfigSubsection();