COsdHelpers: Fix video system switching on HD1

Origin commit data
------------------
Branch: ni/coolstream
Commit: 224521bc40
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-06-16 (Fri, 16 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-06-16 19:05:59 +02:00
parent 909cf0482d
commit f4eae34527

View File

@@ -156,17 +156,10 @@ int COsdHelpers::isVideoSystem1080(int res)
return false;
}
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
int COsdHelpers::getVideoSystem()
{
return videoDecoder->GetVideoSystem();
}
#else
int COsdHelpers::getVideoSystem()
{
return g_settings.video_Mode;
}
#endif
uint32_t COsdHelpers::getOsdResolution()
{