mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
movieplayer: add audio format to apidtitle
Origin commit data
------------------
Branch: ni/coolstream
Commit: 46163c0bcd
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-18 (Sat, 18 Sep 2021)
Origin message was:
------------------
- movieplayer: add audio format to apidtitle
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3004,8 +3004,10 @@ std::string CMoviePlayerGui::getAPIDDesc(unsigned int i)
|
|||||||
std::string apidtitle;
|
std::string apidtitle;
|
||||||
if (i < numpida)
|
if (i < numpida)
|
||||||
getAudioName(apids[i], apidtitle);
|
getAudioName(apids[i], apidtitle);
|
||||||
if (apidtitle == "")
|
if (apidtitle.empty())
|
||||||
apidtitle = "Stream " + to_string(i);
|
apidtitle = "Stream " + to_string(i);
|
||||||
|
bool enabled = true;
|
||||||
|
addAudioFormat(i, apidtitle, enabled);
|
||||||
return apidtitle;
|
return apidtitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user