adding 4k video settings for armbox

This commit is contained in:
TangoCash
2017-10-01 11:56:28 +02:00
committed by max_10
parent b21afd56b1
commit 3ece63839e
2 changed files with 8 additions and 0 deletions

View File

@@ -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
};