update dvbapp.
[vuplus_openvuplus] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2 / enigma2_vuplus_1080p.patch
diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_1080p.patch b/meta-openvuplus/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_1080p.patch
deleted file mode 100644 (file)
index bb8f5f2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
-index 6ecbfd4..d801f58 100644
---- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
-+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
-@@ -37,6 +37,10 @@ class VideoHardware:
-                                                               "60Hz":         { 60: "1080i" },
-                                                               "multi":        { 50: "1080i50", 60: "1080i" } }
-+      rates["1080p"] =                { "50Hz":               { 50: "1080p50" },
-+                                                              "60Hz":         { 60: "1080p" },
-+                                                              "multi":        { 50: "1080p50", 60: "1080p" } }
-+
-       rates["PC"] = { 
-               "1024x768": { 60: "1024x768" }, # not possible on DM7025
-               "800x600" : { 60: "800x600" },  # also not possible
-@@ -55,10 +59,10 @@ class VideoHardware:
-       modes["Scart"] = ["PAL", "NTSC", "Multi"]
-       modes["YPbPr"] = ["720p", "1080i", "576p", "480p", "576i", "480i"]
--      modes["DVI"] = ["720p", "1080i", "576p", "480p", "576i", "480i"]
-+      modes["DVI"] = ["720p", "1080i", "1080p", "576p", "480p", "576i", "480i"]
-       modes["DVI-PC"] = ["PC"]
--      widescreen_modes = set(["720p", "1080i"])
-+      widescreen_modes = set(["720p", "1080i", "1080p"])
-       def getOutputAspect(self):
-               ret = (16,9)