From 69aa850d1e1ac9d20a028723da1fd2125ce40654 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 6 Aug 2011 09:57:25 +0200 Subject: [PATCH] Increased MAXCAIDS to 12 --- CONTRIBUTORS | 3 +++ HISTORY | 1 + channels.h | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fd584d88..e3a4a5cd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2737,3 +2737,6 @@ Michael Eiler Jonas Diemer for fixing the return value of the svdrpsend.pl script in case of an error + +Jerome Lacarriere + for increasing MAXCAIDS to 12 diff --git a/HISTORY b/HISTORY index 3b3c4e30..5eef4958 100644 --- a/HISTORY +++ b/HISTORY @@ -6661,3 +6661,4 @@ Video Disk Recorder Revision History Eiler for reporting a crash in such a scenario). - Fixed the return value of the svdrpsend.pl script in case of an error (thanks to Jonas Diemer). +- Increased MAXCAIDS to 12 (thanks to Jerome Lacarriere). diff --git a/channels.h b/channels.h index 05250934..51f9830e 100644 --- a/channels.h +++ b/channels.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 2.13 2011/06/21 21:42:38 kls Exp $ + * $Id: channels.h 2.14 2011/08/06 09:56:13 kls Exp $ */ #ifndef __CHANNELS_H @@ -34,7 +34,7 @@ #define MAXAPIDS 32 // audio #define MAXDPIDS 16 // dolby (AC3 + DTS) #define MAXSPIDS 32 // subtitles -#define MAXCAIDS 8 // conditional access +#define MAXCAIDS 12 // conditional access #define MAXLANGCODE1 4 // a 3 letter language code, zero terminated #define MAXLANGCODE2 8 // up to two 3 letter language codes, separated by '+' and zero terminated