mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
arm-hardware: set default video mode to 1080p50
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b82e77c92
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Origin message was:
------------------
- arm-hardware: set default video mode to 1080p50
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -401,6 +401,9 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
|
||||
// video
|
||||
int vid_Mode_default = VIDEO_STD_720P50;
|
||||
#if HAVE_ARM_HARDWARE
|
||||
vid_Mode_default = VIDEO_STD_1080P50;
|
||||
#endif
|
||||
if (getenv("NEUTRINO_DEFAULT_SCART") != NULL)
|
||||
vid_Mode_default = VIDEO_STD_PAL;
|
||||
|
||||
|
Reference in New Issue
Block a user