From 37cca63f31cddc1d46ccdac7b33fa403f9f8af89 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 30 Apr 2007 13:03:29 +0200 Subject: Increased the maximum number of CA system ids to cope with the AlphaCrypt CAM's version 3.11 firmware --- ci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci.c') diff --git a/ci.c b/ci.c index a69f03bc..05a1bd4e 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 1.47 2007/01/07 14:38:03 kls Exp $ + * $Id: ci.c 1.48 2007/04/30 13:02:49 kls Exp $ */ #include "ci.h" @@ -643,7 +643,7 @@ void cCiCaPmt::AddCaDescriptors(int Length, const uint8_t *Data) // --- cCiConditionalAccessSupport ------------------------------------------- -#define MAXCASYSTEMIDS 16 +#define MAXCASYSTEMIDS 64 // CA Enable Ids: -- cgit v1.2.3