Merge remote-tracking branch 'tangocash/master'

Origin commit data
------------------
Branch: master
Commit: 7b1e02cd79
Author: max_10 <max_10@gmx.de>
Date: 2017-11-18 (Sat, 18 Nov 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-11-18 10:24:08 +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;