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:
vanhofen
2020-12-01 22:07:08 +01:00
parent 4248ae6700
commit 3de5c65cd4

View File

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