summaryrefslogtreecommitdiff
path: root/sdt.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-05-16 14:25:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-05-16 14:25:58 +0200
commitc6d1b4574fa8d47564347296a7aad100d6794cd8 (patch)
tree149350061b22ebdad19ac4b6cdea716d3c72110e /sdt.c
parent7f3d21f86715d10e9c7ec9a0da1177c9313178d3 (diff)
downloadvdr-c6d1b4574fa8d47564347296a7aad100d6794cd8.tar.gz
vdr-c6d1b4574fa8d47564347296a7aad100d6794cd8.tar.bz2
Added detecting channels that use service type 0x16
Diffstat (limited to 'sdt.c')
-rw-r--r--sdt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdt.c b/sdt.c
index 1ed9b32a..5f2502b0 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 2.4 2009/12/23 16:02:47 kls Exp $
+ * $Id: sdt.c 2.5 2010/05/16 14:23:21 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 0x16: // digital SD television service
case 0x19: // digital HD television service
{
char NameBuf[Utf8BufSize(1024)];