Origin commit data
------------------
Branch: master
Commit: 9c5f4159cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-19 (Sun, 19 Nov 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-19 22:02:18 +01:00
2 changed files with 145 additions and 6 deletions

View File

@@ -919,7 +919,7 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
language->clear();
for (i = 0; i < n_audio; i++)
for (i = 0; i < n_audio && i < *numpida; i++)
{
// apids
apids[i]= real_apids[i] ? real_apids[i] : i;