Origin commit data
------------------
Branch: ni/coolstream
Commit: 65369b54eb
Author: FlatTV <FlatTV@gmx.de>
Date: 2021-04-23 (Fri, 23 Apr 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2021-04-23 14:36:10 +02:00
parent da95c4d892
commit 1aa5352d73
2 changed files with 3 additions and 3 deletions

View File

@@ -2550,7 +2550,7 @@ void CMoviePlayerGui::selectAudioPid()
#if HAVE_CST_HARDWARE
char cnt[5];
sprintf(cnt, "%d", count);
std::string apidtitle = (currentac3 == 0) ? g_Locale->getText(LOCALE_AUDIOMENU_AC3_atype1) : g_Locale->getText(LOCALE_AUDIOMENU_AC3_atype0);
std::string apidtitle = (currentac3 == 0) ? g_Locale->getText(LOCALE_AUDIOMENU_AC3_ATYPE1) : g_Locale->getText(LOCALE_AUDIOMENU_AC3_ATYPE0);
CMenuForwarder * item = new CMenuForwarder(apidtitle.c_str(), true, NULL, selector, cnt, CRCInput::convertDigitToKey(count + 1));
APIDSelector.addItem(item, false);
#endif

View File

@@ -158,8 +158,8 @@ typedef enum
LOCALE_AUDIO_SRS_VOLUME,
LOCALE_AUDIOMENU_PCMOFFSET,
LOCALE_AUDIOMENU_AC3,
LOCALE_AUDIOMENU_AC3_atype0,
LOCALE_AUDIOMENU_AC3_atype1,
LOCALE_AUDIOMENU_AC3_ATYPE0,
LOCALE_AUDIOMENU_AC3_ATYPE1,
LOCALE_AUDIOMENU_ANALOG_MODE,
LOCALE_AUDIOMENU_ANALOG_OUT,
LOCALE_AUDIOMENU_AUTO_LANG,