From dd130702600da855d3a726c1612c25311bb741b5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 19 Mar 2019 14:58:06 +0100 Subject: Fixed handling shared CA pids --- ci.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci.h') diff --git a/ci.h b/ci.h index 02e59d2e..3db0340a 100644 --- a/ci.h +++ b/ci.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 4.12 2018/03/17 12:17:37 kls Exp $ + * $Id: ci.h 4.13 2019/03/19 14:58:00 kls Exp $ */ #ifndef __CI_H @@ -254,6 +254,7 @@ private: cList caProgramList; bool mtdAvailable; cMtdHandler *mtdHandler; + void KeepSharedCaPids(int ProgramNumber, const int *CaSystemIds, int *CaPids); void NewConnection(void); void DeleteAllConnections(void); void Process(cTPDU *TPDU = NULL); -- cgit v1.2.3