mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
adding 4k video settings for armbox
Origin commit data
------------------
Branch: master
Commit: 3ece63839e
Author: TangoCash <eric@loxat.de>
Date: 2017-10-01 (Sun, 01 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -394,6 +394,10 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
|
||||
"1080p60", // VIDEO_STD_1080P60
|
||||
"1080p2397", // VIDEO_STD_1080P2397
|
||||
"1080p2997", // VIDEO_STD_1080P2997
|
||||
"2160p24", //VIDEO_STD_2160P24
|
||||
"2160p25", // VIDEO_STD_2160P25
|
||||
"2160p30", // VIDEO_STD_2160P30
|
||||
"2160p50", // VIDEO_STD_2160P50
|
||||
"720p50" // VIDEO_STD_AUTO
|
||||
};
|
||||
|
||||
|
@@ -105,6 +105,10 @@ typedef enum {
|
||||
VIDEO_STD_1080P60,
|
||||
VIDEO_STD_1080P2397,
|
||||
VIDEO_STD_1080P2997,
|
||||
VIDEO_STD_2160P24,
|
||||
VIDEO_STD_2160P25,
|
||||
VIDEO_STD_2160P30,
|
||||
VIDEO_STD_2160P50,
|
||||
VIDEO_STD_AUTO,
|
||||
VIDEO_STD_MAX = VIDEO_STD_AUTO
|
||||
} VIDEO_STD;
|
||||
|
Reference in New Issue
Block a user