From: Ronny Strutz Date: Thu, 10 Nov 2005 01:40:05 +0000 (+0000) Subject: add avswitch calls X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f7acc02263701e948039a1559fdc6e64a8d85b21 add avswitch calls --- diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 938f88e..536bfc9 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();