YPrPb -> YPbPr
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 24 Jan 2008 22:12:04 +0000 (22:12 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 24 Jan 2008 22:12:04 +0000 (22:12 +0000)
lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py

index 9a58403..333c616 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):