diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-03-19 14:58:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-03-19 14:58:06 +0100 |
commit | dd130702600da855d3a726c1612c25311bb741b5 (patch) | |
tree | f1ffba39af59ba596fc507c2608f5a6b62b7fc0c /ci.h | |
parent | bd3b6f17e476d3da80283715fe8eef4665a2957a (diff) | |
download | vdr-dd130702600da855d3a726c1612c25311bb741b5.tar.gz vdr-dd130702600da855d3a726c1612c25311bb741b5.tar.bz2 |
Fixed handling shared CA pids
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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<cCiCaProgramData> 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); |