diff options
Diffstat (limited to 'ci.c')
-rw-r--r-- | ci.c | 6 |
1 files changed, 5 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.c 2.12 2013/02/17 13:17:28 kls Exp $ + * $Id: ci.c 3.1 2013/12/28 11:57:51 kls Exp $ */ #include "ci.h" @@ -1983,6 +1983,10 @@ bool cCamSlot::IsDecrypting(void) return false; } +void cCamSlot::Decrypt(uchar *Data, int Count) +{ +} + // --- cChannelCamRelation --------------------------------------------------- #define CAM_CHECKED_TIMEOUT 15 // seconds before a CAM that has been checked for a particular channel will be checked again |