mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
fix select osd resolution
Origin commit data
------------------
Branch: ni/coolstream
Commit: 898aadf72d
Author: TangoCash <eric@loxat.de>
Date: 2017-10-05 (Thu, 05 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -152,6 +152,16 @@ int COsdHelpers::isVideoSystem1080(int res)
|
|||||||
return true;
|
return true;
|
||||||
#endif
|
#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
|
#if 0
|
||||||
/* for testing only */
|
/* for testing only */
|
||||||
if (res == VIDEO_STD_720P50)
|
if (res == VIDEO_STD_720P50)
|
||||||
|
Reference in New Issue
Block a user