diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 11:32:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 11:32:31 +0200 |
commit | f8a7e51d00d66f2fd71c9f5966a893c59485584b (patch) | |
tree | 65faf3f26927df1f1aed3fef5d6626a35cb5e907 /libdtv/libsi/si_debug_services.h | |
parent | 7c84508417b9831b364947b4d7882209db50d4e8 (diff) | |
download | vdr-f8a7e51d00d66f2fd71c9f5966a893c59485584b.tar.gz vdr-f8a7e51d00d66f2fd71c9f5966a893c59485584b.tar.bz2 |
Now using 'libdtv' version 0.0.5
Diffstat (limited to 'libdtv/libsi/si_debug_services.h')
-rw-r--r-- | libdtv/libsi/si_debug_services.h | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/libdtv/libsi/si_debug_services.h b/libdtv/libsi/si_debug_services.h index d33b0aa7..869c6d04 100644 --- a/libdtv/libsi/si_debug_services.h +++ b/libdtv/libsi/si_debug_services.h @@ -4,8 +4,8 @@ /// /// ////////////////////////////////////////////////////////////// -// $Revision: 1.1 $ -// $Date: 2001/08/15 10:00:00 $ +// $Revision: 1.2 $ +// $Date: 2003/04/12 11:27:31 $ // $Author: hakenes $ // // (C) 2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. @@ -197,7 +197,7 @@ static struct content_type ContentTypes[] = { }; #define CONTENT_TYPE_NUMBER 79 -static char StreamTypes[][70] = { +static char *StreamTypes[] = { "ITU-T|ISO/IEC Reserved", "ISO/IEC Video", "13818-2 Video or 11172-2 constrained parameter video stream", @@ -215,3 +215,31 @@ static char StreamTypes[][70] = { "ITU-T Rec. H.222.0 | ISO 13818-1 Reserved", "User private" }; + +static char *CaIdents[] = { + "Standardized systems", + "Canal Plus", + "CCETT", + "Deutsche Telecom", + "Eurodec", + "France Telecom", + "Irdeto", + "Jerrold/GI", + "Matra Communication", + "News Datacom", + "Nokia", + "Norwegian Telekom", + "NTL", + "Philips", + "Scientific Atlanta", + "Sony", + "Tandberg Television", + "Thomson", + "TV/Com", + "HPT - Croatian Post and Telecommunications", + "HRT - Croatian Radio and Television", + "IBM", + "Nera", + "BetaTechnik" +}; +#define MAX_CA_IDENT 24 |