mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
add 1080p60 resolution for edision osmio stb
Origin commit data
------------------
Branch: ni/coolstream
Commit: 06da497f4d
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-24 (Tue, 24 Mar 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -285,6 +285,9 @@ CMenuOptionChooser::keyval_ext VIDEOMENU_VIDEOMODE_OPTIONS[VIDEOMENU_VIDEOMODE_O
|
||||
{ VIDEO_STD_720P60, NONEXISTANT_LOCALE, "720p 60Hz" },
|
||||
{ VIDEO_STD_1080I60, NONEXISTANT_LOCALE, "1080i 60Hz" },
|
||||
{ VIDEO_STD_1080P50, NONEXISTANT_LOCALE, "1080p 50Hz" },
|
||||
#if BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
|
||||
{ VIDEO_STD_1080P60, NONEXISTANT_LOCALE, "1080p 60Hz" },
|
||||
#endif
|
||||
{ VIDEO_STD_2160P24, NONEXISTANT_LOCALE, "2160p 24Hz" },
|
||||
{ VIDEO_STD_2160P25, NONEXISTANT_LOCALE, "2160p 25Hz" },
|
||||
{ VIDEO_STD_2160P30, NONEXISTANT_LOCALE, "2160p 30Hz" },
|
||||
|
@@ -49,7 +49,7 @@
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 16
|
||||
#elif HAVE_ARM_HARDWARE
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 17
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 18
|
||||
#else
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 13
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user