mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
COsdHelpers: Fix video system switching on HD1
This commit is contained in:
committed by
M. Liebmann
parent
e3cc6cee67
commit
224521bc40
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user