mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
align gststreamer findallpids to eplayers logic
Origin commit data
------------------
Branch: master
Commit: 8a3ba60e14
Author: TangoCash <eric@loxat.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:
committed by
Jacek Jendrzej
parent
c7d674950f
commit
c231743075
@@ -919,7 +919,7 @@ void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *nu
|
|||||||
|
|
||||||
language->clear();
|
language->clear();
|
||||||
|
|
||||||
for (i = 0; i < n_audio; i++)
|
for (i = 0; i < n_audio && i < *numpida; i++)
|
||||||
{
|
{
|
||||||
// apids
|
// apids
|
||||||
apids[i]= real_apids[i] ? real_apids[i] : i;
|
apids[i]= real_apids[i] ? real_apids[i] : i;
|
||||||
|
Reference in New Issue
Block a user