aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-01-24 22:12:04 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-01-24 22:12:04 +0000
commitd87e3beb37390b59d288ae1cb43d9f887754ed56 (patch)
treeb2300826c3687c39125752064bab2c93908d6bfb /lib/python
parentd09bd946be9c73d96fb8e1697b15e733d04ddeb6 (diff)
downloadenigma2-d87e3beb37390b59d288ae1cb43d9f887754ed56.tar.gz
enigma2-d87e3beb37390b59d288ae1cb43d9f887754ed56.zip
YPrPb -> YPbPr
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
index 9a58403a..333c6160 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
@@ -50,7 +50,7 @@ class VideoHardware:
}
modes["Scart"] = ["PAL", "NTSC", "Multi"]
- modes["YPrPb"] = ["720p", "1080i"]
+ modes["YPbPr"] = ["720p", "1080i"]
modes["DVI"] = ["720p", "1080i", "PC"]
def __init__(self):