mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: temporary (for testing) map "auto" video mode to 1080p50
This commit is contained in:
@@ -303,7 +303,7 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
|
||||
"1080p30", // VIDEO_STD_1080P30
|
||||
"1080p24", // VIDEO_STD_1080P24
|
||||
"1080p25", // VIDEO_STD_1080P25
|
||||
"1080i50" // VIDEO_STD_AUTO...
|
||||
"1080p50" // VIDEO_STD_1080P50
|
||||
};
|
||||
|
||||
if (video_system > VIDEO_STD_MAX)
|
||||
|
Reference in New Issue
Block a user