mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
small fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7e3ed0e38
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2594,7 +2594,7 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
||||
}
|
||||
|
||||
// set ci clock to ZapStart_arg->ci_clock
|
||||
for (int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
ca->SetTSClock(ZapStart_arg->ci_clock[i] * 1000000);
|
||||
}
|
||||
|
||||
@@ -2603,7 +2603,7 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
||||
ca->SetCIDelay(ZapStart_arg->ci_delay);
|
||||
|
||||
/// relevant pids routing
|
||||
for (int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
ca->SetCIRelevantPidsRouting(ZapStart_arg->ci_rpr[i]);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user