mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user