X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FAVSwitch.py;h=536bfc959f3534b67295a7543c282f9c4f2d56a0;hp=938f88eaaf9e87626799224cb34882aa456a2b93;hb=f7acc02263701e948039a1559fdc6e64a8d85b21;hpb=199b7c4744c11a57e1bcc4234277a90dd412ce1c 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();