add codec info

Origin commit data
------------------
Branch: master
Commit: e43c85a341
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
parent 386c40d665
commit 948f0b016e

View File

@@ -553,7 +553,13 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
ac3flags[j] = 0; //todo ac3flags[j] = 0; //todo
else else
ac3flags[j] = 0; //todo 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]); free(TrackList[i]);