X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aed130dec1e35bf1907d82b6ee18fee965bde091..7d0a6dc0796886201167d09b583538dcce3a93e3:/lib/python/Components/AVSwitch.py 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();