diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 4 |
1 files changed, 2 insertions, 2 deletions
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" }, |
