From a234c4f98b9e70a90d9a7207890c371c93c79cd7 Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 7 Oct 2017 20:23:15 +0200 Subject: [PATCH] Revert "align videomodes" This reverts commit 59fc4f222fa613b37c05663cd20726682a3a62f8. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/5ce57d6f57fa9e94f2327c67b022f0615929745a Author: max_10 Date: 2017-10-07 (Sat, 07 Oct 2017) ------------------ This commit was generated by Migit --- libspark/video.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/libspark/video.cpp b/libspark/video.cpp index a83a351..f1e0dbe 100644 --- a/libspark/video.cpp +++ b/libspark/video.cpp @@ -337,8 +337,7 @@ int cVideo::GetVideoSystem() "1080p50", // VIDEO_STD_1080P50 "1080p60", // VIDEO_STD_1080P60 "1080p2397", // VIDEO_STD_1080P2397 - "1080p2997", // VIDEO_STD_1080P2997 - "720p50" // VIDEO_STD_AUTO + "1080p2997" // VIDEO_STD_1080P2997 }; int ret = proc_get("/proc/stb/video/videomode", current, 32); @@ -369,11 +368,8 @@ int cVideo::SetVideoSystem(int video_system, bool remember) "1080p30", // VIDEO_STD_1080P30 "1080p24", // VIDEO_STD_1080P24 "1080p25", // VIDEO_STD_1080P25 - "1080p50", // VIDEO_STD_1080P50 - "1080p60", // VIDEO_STD_1080P60 - "1080p2397", // VIDEO_STD_1080P2397 - "1080p2997", // VIDEO_STD_1080P2997 - "720p50" // VIDEO_STD_AUTO + "720p50", // VIDEO_STD_AUTO -> not implemented + "1080p50" // VIDEO_STD_1080P50 -> SPARK only }; if (video_system > VIDEO_STD_MAX)