From 1048c08e4049ec47acfb4b9f77b19fada77ea4ca Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 24 Jun 2012 16:28:48 +0200 Subject: [PATCH] azbox: fix values in cVideo::SetVideoSystem Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/47114a90afc83c7fd608d09b232d28ff59cee85b Author: Stefan Seyfried Date: 2012-06-24 (Sun, 24 Jun 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- azbox/video.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azbox/video.cpp b/azbox/video.cpp index 0f87a6d..f561f40 100644 --- a/azbox/video.cpp +++ b/azbox/video.cpp @@ -260,11 +260,11 @@ int cVideo::SetVideoSystem(int video_system, bool remember) lt_debug("%s(%d, %d)\n", __func__, video_system, remember); char current[32]; static const char *modes[] = { - "pal", // VIDEO_STD_NTSC - "pal", // VIDEO_STD_SECAM - "pal", // VIDEO_STD_PAL + "480i", // VIDEO_STD_NTSC + "576i", // VIDEO_STD_SECAM + "576i", // VIDEO_STD_PAL "480p", // VIDEO_STD_480P - "576p50", // VIDEO_STD_576P + "576p", // VIDEO_STD_576P "720p60", // VIDEO_STD_720P60 "1080i60", // VIDEO_STD_1080I60 "720p50", // VIDEO_STD_720P50