X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2FVideoHardware.py;h=333c6160d26dbedf20f369af65faf0bbde5d8bdf;hp=9a58403a3f8de9f3205b2a03d6e556f7de8f6f83;hb=d87e3beb37390b59d288ae1cb43d9f887754ed56;hpb=d09bd946be9c73d96fb8e1697b15e733d04ddeb6 diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index 9a58403..333c616 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):