mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
movieplayer.cpp: fix adjusting audio PID name
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f5bf8ef85
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-19 (Fri, 19 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -848,7 +848,7 @@ void CMoviePlayerGui::selectAudioPid(bool file_player)
|
|||||||
APIDSelector.addItem(new CMenuOptionNumberChooser(NONEXISTANT_LOCALE, &percent[i],
|
APIDSelector.addItem(new CMenuOptionNumberChooser(NONEXISTANT_LOCALE, &percent[i],
|
||||||
currentapid == apids[i],
|
currentapid == apids[i],
|
||||||
0, 999, CVolume::getInstance(), 0, 0, NONEXISTANT_LOCALE,
|
0, 999, CVolume::getInstance(), 0, 0, NONEXISTANT_LOCALE,
|
||||||
g_RemoteControl->current_PIDs.APIDs[i].desc));
|
p_movie_info->audioPids[i].epgAudioPidName.c_str()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user