mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
gui/videosettings.cpp: do not set g_settings.analog_mode2 on apollo
This commit is contained in:
@@ -336,13 +336,16 @@ void CVideoSettings::setVideoSettings()
|
|||||||
videoDecoder->SetVideoMode((analog_mode_t) g_settings.analog_mode1);
|
videoDecoder->SetVideoMode((analog_mode_t) g_settings.analog_mode1);
|
||||||
videoDecoder->SetVideoMode((analog_mode_t) g_settings.analog_mode2);
|
videoDecoder->SetVideoMode((analog_mode_t) g_settings.analog_mode2);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef BOXMODEL_APOLLO
|
||||||
|
changeNotify(LOCALE_VIDEOMENU_ANALOG_MODE, NULL);
|
||||||
|
#else
|
||||||
if (system_rev == 0x06) {
|
if (system_rev == 0x06) {
|
||||||
changeNotify(LOCALE_VIDEOMENU_ANALOG_MODE, NULL);
|
changeNotify(LOCALE_VIDEOMENU_ANALOG_MODE, NULL);
|
||||||
} else {
|
} else {
|
||||||
changeNotify(LOCALE_VIDEOMENU_SCART, NULL);
|
changeNotify(LOCALE_VIDEOMENU_SCART, NULL);
|
||||||
changeNotify(LOCALE_VIDEOMENU_CINCH, NULL);
|
changeNotify(LOCALE_VIDEOMENU_CINCH, NULL);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
//setupVideoSystem(false/*don't ask*/);// focus: CVideoSettings constructor do this already ?
|
//setupVideoSystem(false/*don't ask*/);// focus: CVideoSettings constructor do this already ?
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user