mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 04:11:16 +02:00
zapit.cpp: align pids routing to NI
This commit is contained in:
@@ -2720,7 +2720,7 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set ci clock to ZapStart_arg->ci_clock
|
// set ci clock to ZapStart_arg->ci_clock
|
||||||
for (uint32_t i = 0; i < ca->GetNumberCISlots(); i++) {
|
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||||
#if HAVE_LIBSTB_HAL
|
#if HAVE_LIBSTB_HAL
|
||||||
ca->SetTSClock(ZapStart_arg->ci_clock[i] * 1000000, i);
|
ca->SetTSClock(ZapStart_arg->ci_clock[i] * 1000000, i);
|
||||||
#else
|
#else
|
||||||
@@ -2732,9 +2732,9 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
|||||||
// dvb wait delay for ci response
|
// dvb wait delay for ci response
|
||||||
ca->SetCIDelay(ZapStart_arg->ci_delay);
|
ca->SetCIDelay(ZapStart_arg->ci_delay);
|
||||||
|
|
||||||
/// relevant pids routing
|
// relevant pids routing
|
||||||
for (uint32_t i = 0; i < ca->GetNumberCISlots(); i++) {
|
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||||
ca->SetCIRelevantPidsRouting(ZapStart_arg->ci_rpr[i]);
|
ca->SetCIRelevantPidsRouting(ZapStart_arg->ci_rpr[i], i);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user