summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-06 09:57:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-06 09:57:25 +0200
commit69aa850d1e1ac9d20a028723da1fd2125ce40654 (patch)
treef0ed1ebd7661b66d7d7c8fa8197e1a278513f582 /channels.h
parent570656b073f645c9a42e89d9e0e03c5bb133d5da (diff)
downloadvdr-69aa850d1e1ac9d20a028723da1fd2125ce40654.tar.gz
vdr-69aa850d1e1ac9d20a028723da1fd2125ce40654.tar.bz2
Increased MAXCAIDS to 12
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
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