mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 02:43:42 +02:00
audio_setup: cleanup unused clockrec
This commit is contained in:
@@ -167,7 +167,6 @@ typedef enum
|
||||
LOCALE_AUDIOMENU_AVS,
|
||||
LOCALE_AUDIOMENU_AVSYNC,
|
||||
LOCALE_AUDIOMENU_AVSYNC_AM,
|
||||
LOCALE_AUDIOMENU_CLOCKREC,
|
||||
LOCALE_AUDIOMENU_DOLBYDIGITAL,
|
||||
LOCALE_AUDIOMENU_DTS,
|
||||
LOCALE_AUDIOMENU_HDMI_DD,
|
||||
|
@@ -167,7 +167,6 @@ const char * locale_real_names[] =
|
||||
"audiomenu.avs",
|
||||
"audiomenu.avsync",
|
||||
"audiomenu.avsync_am",
|
||||
"audiomenu.clockrec",
|
||||
"audiomenu.dolbydigital",
|
||||
"audiomenu.dts",
|
||||
"audiomenu.hdmi_dd",
|
||||
|
@@ -415,11 +415,6 @@ bool CAudioSetupNotifier::changeNotify(const neutrino_locale_t OptionName, void
|
||||
audioDemux->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
|
||||
pcrDemux->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIOMENU_CLOCKREC))
|
||||
{
|
||||
// Clock recovery enable/disable
|
||||
// FIXME add code here.
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_ALGO) ||
|
||||
ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_NMGR) ||
|
||||
ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_VOLUME))
|
||||
|
@@ -379,7 +379,6 @@ struct SNeutrinoSettings
|
||||
int analog_out;
|
||||
|
||||
int avsync;
|
||||
int clockrec;
|
||||
int video_dbdr;
|
||||
|
||||
int enabled_video_modes[VIDEOMENU_VIDEOMODE_OPTION_COUNT];
|
||||
|
Reference in New Issue
Block a user