YPrPb -> YPbPr
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / VideoHardware.py
index 9a58403a3f8de9f3205b2a03d6e556f7de8f6f83..333c6160d26dbedf20f369af65faf0bbde5d8bdf 100644 (file)
@@ -50,7 +50,7 @@ class VideoHardware:
        }
 
        modes["Scart"] = ["PAL", "NTSC", "Multi"]
        }
 
        modes["Scart"] = ["PAL", "NTSC", "Multi"]
-       modes["YPrPb"] = ["720p", "1080i"]
+       modes["YPbPr"] = ["720p", "1080i"]
        modes["DVI"] = ["720p", "1080i", "PC"]
 
        def __init__(self):
        modes["DVI"] = ["720p", "1080i", "PC"]
 
        def __init__(self):