Origin commit data
------------------
Branch: master
Commit: 103b6ad9e1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-04 (Thu, 04 Oct 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-10-04 08:37:16 +02:00
7 changed files with 182 additions and 119 deletions

View File

@@ -553,7 +553,13 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
ac3flags[j] = 0; //todo
else
ac3flags[j] = 0; //todo
language[j] = std::string(_lang);
std::string _language = "";
_language += std::string(_lang);
_language += " - ";
_language += "(";
_language += TrackList[i + 1];
_language += ")";
language[j] = _language;
}
}
free(TrackList[i]);