From 8974dc309e7eb2a343ba1bf31554d1ac75a6e4c4 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Thu, 5 Oct 2017 12:52:53 +0200 Subject: [PATCH] fix select osd resolution Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/898aadf72d2536951815f9d73533de02a570b568 Author: TangoCash Date: 2017-10-05 (Thu, 05 Oct 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/osd_helpers.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/gui/osd_helpers.cpp b/src/gui/osd_helpers.cpp index 18b41f809..c42acb5b9 100644 --- a/src/gui/osd_helpers.cpp +++ b/src/gui/osd_helpers.cpp @@ -152,6 +152,16 @@ int COsdHelpers::isVideoSystem1080(int res) return true; #endif +#if HAVE_ARM_HARDWARE + if ((res == VIDEO_STD_1080P50) || + (res == VIDEO_STD_1080P60) || + (res == VIDEO_STD_2160P24) || + (res == VIDEO_STD_2160P25) || + (res == VIDEO_STD_2160P30) || + (res == VIDEO_STD_2160P50)) + return true; +#endif + #if 0 /* for testing only */ if (res == VIDEO_STD_720P50)