mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
ca_ci.cpp: No decoding using the same SID after switching to a FTA channel
Origin commit data
------------------
Branch: master
Commit: 05ac4769a0
Author: FlatTV <FlatTV@gmx.de>
Date: 2019-03-13 (Wed, 13 Mar 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -632,6 +632,7 @@ bool cCA::StopLiveCI( u64 TP, u16 SID, u8 source, u32 calen)
|
||||
{
|
||||
if ((*it)->liveUse[j] && (*it)->TP == TP && (*it)->SID[j] == SID && (*it)->source == source && !calen)
|
||||
{
|
||||
(*it)->SID[j] = 0;
|
||||
(*it)->liveUse[j] = false;
|
||||
return true;
|
||||
}
|
||||
@@ -650,6 +651,7 @@ bool cCA::StopRecordCI( u64 TP, u16 SID, u8 source, u32 calen)
|
||||
{
|
||||
if ((*it)->recordUse[j] && (*it)->TP == TP && (*it)->SID[j] == SID && (*it)->source == source && !calen)
|
||||
{
|
||||
(*it)->SID[j] = 0;
|
||||
(*it)->recordUse[j] = false;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user