From 00e2415b81aa1808ab084874cb2eedccb89ec5ca Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 28 Dec 2013 13:29:54 +0100 Subject: Implemented cCamSlot::Decrypt() --- ci.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ci.c') diff --git a/ci.c b/ci.c index 9a4a8295..7fc39595 100644 --- a/ci.c +++ b/ci.c @@ -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 -- cgit v1.2.3