From d0af2f90e75ba5b87542ff3ad0a6fb7b960d1e97 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 27 Jan 2008 14:35:54 +0100 Subject: Implemented handling of DVB-S2 --- sdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdt.c') diff --git a/sdt.c b/sdt.c index 29422d8a..2ddd7e31 100644 --- a/sdt.c +++ b/sdt.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: sdt.c 1.17 2007/06/10 08:50:49 kls Exp $ + * $Id: sdt.c 1.18 2008/01/27 13:24:25 kls Exp $ */ #include "sdt.h" @@ -55,6 +55,7 @@ void cSdtFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length case 0x02: // digital radio sound service case 0x04: // NVOD reference service case 0x05: // NVOD time-shifted service + case 0x19: // digital HD television service { char NameBuf[Utf8BufSize(1024)]; char ShortNameBuf[Utf8BufSize(1024)]; -- cgit v1.2.3