cut away 1/4th of enigma loading time by loading languages when they are used
[enigma2.git] / lib / python / Components / AVSwitch.py
index ab17fd827489a4eed2f12b1a602c87a8435c90b7..c712a60e80cf09242c507eb1d46724b9e87f47b6 100644 (file)
@@ -50,7 +50,10 @@ class AVSwitch:
                if aspect is None:
                        aspect = self.getAspectRatioSetting()
                if aspect == 0 or aspect == 1: # letterbox or panscan
-                       value = 3 # 4:3_full_format
+                       if not config.av.wss.value:
+                               value = 0 # wss off
+                       else:
+                               value = 3 # 4:3_full_format
                elif aspect == 2: # 16:9
                        if not config.av.wss.value:
                                value = 2 # auto(4:3_off)