From 82c3d65d4add4db4356a3b83c383adee9171098a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 30 Apr 2007 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.4.6-1=20-=20Fixed=20a=20busy=20loop=20in=20?= =?UTF-8?q?fast=20forward=20if=20the=20next=20video=20data=20file=20is=20m?= =?UTF-8?q?issing=20=20=20(thanks=20to=20Reinhard=20Nissl).=20-=20Fixed=20?= =?UTF-8?q?handling=20frequencies=20in=20NitFilter::Process()=20(thanks=20?= =?UTF-8?q?to=20Anssi=20Hannula).=20-=20Fixed=20handling=20ChannelUp/Down?= =?UTF-8?q?=20keys=20if=20there=20is=20currently=20a=20replay=20running=20?= =?UTF-8?q?=20=20(thanks=20to=20Marco=20Schl=C3=BC=C3=9Fler).=20-=20Increa?= =?UTF-8?q?sed=20the=20maximum=20number=20of=20CA=20system=20ids=20to=20co?= =?UTF-8?q?pe=20with=20the=20AlphaCrypt=20=20=20CAM's=20version=203.11=20f?= =?UTF-8?q?irmware.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci.c') diff --git a/ci.c b/ci.c index cce7b5d..4b973de 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.46 2007/01/05 10:08:46 kls Exp $ + * $Id: ci.c 1.46.1.1 2007/04/30 12:58:41 kls Exp $ */ #include "ci.h" @@ -943,7 +943,7 @@ void cCiCaPmt::AddCaDescriptors(int Length, const uint8_t *Data) // --- cCiConditionalAccessSupport ------------------------------------------- -#define MAXCASYSTEMIDS 16 +#define MAXCASYSTEMIDS 64 // CA Enable Ids: -- cgit v1.2.3