mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
Merge remote-tracking branch 'check/next-cc'
needs buildfixing... Conflicts: src/eitd/sectionsd.cpp src/gui/audioplayer.cpp src/gui/bedit/bouqueteditor_channels.cpp src/gui/infoclock.cpp src/gui/infoviewer.cpp src/gui/motorcontrol.cpp src/gui/osd_setup.cpp src/gui/scan.cpp src/gui/scan_setup.cpp src/gui/streaminfo2.cpp src/gui/update.cpp src/gui/widget/progresswindow.cpp src/gui/widget/textbox.cpp src/neutrino.cpp src/zapit/include/zapit/femanager.h
This commit is contained in:
@@ -437,7 +437,6 @@ int CVideoSettings::showVideoSetup()
|
||||
void CVideoSettings::setVideoSettings()
|
||||
{
|
||||
printf("[neutrino VideoSettings] %s init video settings...\n", __FUNCTION__);
|
||||
unsigned int system_rev = cs_get_revision();
|
||||
#if 0
|
||||
//FIXME focus: ?? this is different for different boxes
|
||||
videoDecoder->SetVideoMode((analog_mode_t) g_settings.analog_mode1);
|
||||
@@ -446,6 +445,7 @@ void CVideoSettings::setVideoSettings()
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
changeNotify(LOCALE_VIDEOMENU_ANALOG_MODE, NULL);
|
||||
#else
|
||||
unsigned int system_rev = cs_get_revision();
|
||||
if (system_rev == 0x06) {
|
||||
changeNotify(LOCALE_VIDEOMENU_ANALOG_MODE, NULL);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user