add codec info

Origin commit data
------------------
Branch: master
Commit: cc591a39d6
Author: redblue-pkt <redblue-pkt@orange.pl>
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:
redblue-pkt
2018-10-04 03:45:40 +02:00
committed by max_10
parent ca703761ac
commit 7086f86710

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]);