diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-28 13:29:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-28 13:29:54 +0100 |
commit | 00e2415b81aa1808ab084874cb2eedccb89ec5ca (patch) | |
tree | cb9487c63a10e3a0d2cb5124233c8c2571c6cdd1 /ci.c | |
parent | 6a8a2cf5fb78a244db19a2b49da98e0d1d2d91a0 (diff) | |
download | vdr-00e2415b81aa1808ab084874cb2eedccb89ec5ca.tar.gz vdr-00e2415b81aa1808ab084874cb2eedccb89ec5ca.tar.bz2 |
Implemented cCamSlot::Decrypt()
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 |