summaryrefslogtreecommitdiff
path: root/sdt.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-16 15:09:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-16 15:09:22 +0100
commit6dd075fe53636a4dbdd585fb1e434d7bdfb1862b (patch)
tree39fdfe0db2121b8f76a7c8a87c722b16ab380cc5 /sdt.c
parent7d3f63a402dcdff41a8180784109c17cb2b98333 (diff)
downloadvdr-6dd075fe53636a4dbdd585fb1e434d7bdfb1862b.tar.gz
vdr-6dd075fe53636a4dbdd585fb1e434d7bdfb1862b.tar.bz2
Activated detection of radio channels
Diffstat (limited to 'sdt.c')
-rw-r--r--sdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdt.c b/sdt.c
index 9d760bf4..cd427aca 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.4 2004/01/11 14:28:28 kls Exp $
+ * $Id: sdt.c 1.5 2004/01/16 14:59:06 kls Exp $
*/
#include "sdt.h"
@@ -53,7 +53,7 @@ void cSdtFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
SI::ServiceDescriptor *sd = (SI::ServiceDescriptor *)d;
switch (sd->getServiceType()) {
case 0x01: // digital television service
- //XXX TODO case 0x02: // digital radio sound service
+ case 0x02: // digital radio sound service
//XXX TODO case 0x04: // NVOD reference service
//XXX TODO case 0x05: // NVOD time-shifted service
{