mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
Fix videosystem auto mode
This commit is contained in:
@@ -257,7 +257,9 @@ void CMoviePlayerGui::restoreNeutrino()
|
||||
return;
|
||||
|
||||
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
|
||||
if ((currentVideoSystem > -1) && (g_settings.video_Mode == VIDEO_STD_AUTO)) {
|
||||
if ((currentVideoSystem > -1) &&
|
||||
(g_settings.video_Mode == VIDEO_STD_AUTO) &&
|
||||
(g_settings.enabled_auto_modes[currentVideoSystem] == 1)) {
|
||||
COsdHelpers *coh = COsdHelpers::getInstance();
|
||||
if (currentVideoSystem != coh->getVideoSystem()) {
|
||||
coh->setVideoSystem(currentVideoSystem, false);
|
||||
|
Reference in New Issue
Block a user