From e0d5ebf8fd1d508776d63026a9dd336fbb0d648d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 7 Jan 2006 14:10:17 +0100 Subject: The file 'ca.conf' is obsolete and has been removed; revised all descriptions regarding CICAM --- channels.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'channels.h') diff --git a/channels.h b/channels.h index 62cb52e3..b4882522 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 1.36 2005/09/17 09:59:14 kls Exp $ + * $Id: channels.h 1.37 2006/01/07 13:00:43 kls Exp $ */ #ifndef __CHANNELS_H @@ -39,6 +39,14 @@ #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 +#define CA_FTA 0x0000 +#define CA_DVB_MIN 0x0001 +#define CA_DVB_MAX 0x000F +#define CA_USER_MIN 0x0010 +#define CA_USER_MAX 0x00FF +#define CA_ENCRYPTED_MIN 0x0100 +#define CA_ENCRYPTED_MAX 0xFFFF + struct tChannelParameterMap { int userValue; int driverValue; -- cgit v1.2.3