COsdHelpers: Fix video system switching on HD1

This commit is contained in:
[priv] M. Liebmann
2017-06-16 19:05:59 +02:00
committed by M. Liebmann
parent e3cc6cee67
commit 224521bc40

View File

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