fix select osd resolution

This commit is contained in:
TangoCash
2017-10-05 12:52:53 +02:00
committed by Thilo Graf
parent f34589a822
commit 47d85f6e71

View File

@@ -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)