X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/924b11457b3276c94631707fc66419b8db6d5cb8..ea75ae7d178ee66346a2366c2ca98d4cb24bead5:/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index d3389a75..a033ebaf 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -34,9 +34,9 @@ class VideoHardware: rates["576p"] = { "50Hz": { 50: "576p" } } - rates["720p"] = { "50Hz": { 50: "720p50", 60: "720p50" }, + rates["720p"] = { "50Hz": { 50: "720p50" }, "60Hz": { 60: "720p" }, - "multi": { 50: "720p50" } } + "multi": { 50: "720p50", 60: "720p" } } rates["1080i"] = { "50Hz": { 50: "1080i50" }, "60Hz": { 60: "1080i" },