Fixing TS
This commit is contained in:
parent
0bc61d352a
commit
9e44dde4a1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace Connector_TS {
|
||||||
int audioID = -1;
|
int audioID = -1;
|
||||||
|
|
||||||
Strm.waitForMeta(ss);
|
Strm.waitForMeta(ss);
|
||||||
for (std::map<int,DTSC::Track>::iterator it = Strm.metadata.tracks.begin(); it != Strm.metadata.tracks.end(); it){
|
for (std::map<int,DTSC::Track>::iterator it = Strm.metadata.tracks.begin(); it != Strm.metadata.tracks.end(); it++){
|
||||||
if (audioID == -1 && it->second.type == "audio"){
|
if (audioID == -1 && it->second.type == "audio"){
|
||||||
audioID = it->first;
|
audioID = it->first;
|
||||||
tmpTracks << " " << it->first;
|
tmpTracks << " " << it->first;
|
||||||
|
|
Loading…
Add table
Reference in a new issue