MAXCAIDS size increase

Message ID CADj2NjghauAHBjRdxDbQyPCA9pJ_-APz2tJzwGC3EvCt18e4FQ@mail.gmail.com
State New
Headers

Commit Message

LACARRIERE Jerome July 6, 2011, 9:20 a.m. UTC
  Hi,

On the channel MTV Live HD (S19.2) we reach the limitation of MAXCAIDS.
This channel currently provides 9 conditional access ids. (MAXCAIDS is
define to 8).
To ensure that all users can access(decrypt) this channel, it's necessary to
increase this size.

it's the aim of the patch in attach file. MAXCAIDS increase to 12.

channel details:
MTV Live HD;MTV Networks
Europe:11778:VC34M2O0S0:S19.2E:27500:2000=27:2001=@4;2002=eng@106
:0:D00,100,500,1810,1811,1863,1817,1818:28600:1:1068:0

Thanks.
  

Patch

diff -bBurN vdr-1.7.19-org/channels.h vdr-1.7.19/channels.h
--- vdr-1.7.19-org/channels.h	2010-06-05 15:12:54.000000000 +0200
+++ vdr-1.7.19/channels.h	2011-07-06 10:55:54.000000000 +0200
@@ -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