mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
align gststreamer findallpids to eplayers logic
This commit is contained in:
committed by
Jacek Jendrzej
parent
6af94cc719
commit
8a3ba60e14
@@ -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