From 6dd075fe53636a4dbdd585fb1e434d7bdfb1862b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 16 Jan 2004 15:09:22 +0100 Subject: [PATCH] Activated detection of radio channels --- HISTORY | 5 ++++- README.developer | 1 - sdt.c | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 7e37d87c..1a538b8a 100644 --- a/HISTORY +++ b/HISTORY @@ -2572,7 +2572,7 @@ Video Disk Recorder Revision History branches are tested, cable and terrestrial need to be tested by somebody who actually has such equipment. -2004-01-12: Version 1.3.2 +2004-01-16: Version 1.3.2 - Fixed resetting the EPG data versions after changing the preferred languages (thanks to Teemu Rantanen for reporting this one and helping to debug it). @@ -2586,3 +2586,6 @@ Video Disk Recorder Revision History Ahrenberg and Niko Tarnanen). - Fixed a wrong 'delta' value in the call to the shutdown script (thanks to Stephan Epstein for reporting this one). +- Activated detection of radio channels (to avoid reports about "channels not + being detected that used to be detected with the 'scan' utility or the + original 'autopid' patch ;-). diff --git a/README.developer b/README.developer index 6b765660..d079d637 100644 --- a/README.developer +++ b/README.developer @@ -31,7 +31,6 @@ Here's a list of the highlights - and what _not_ to expect yet - Improved CAM support. Channels with conditional access now automatically use the device that contains the proper CAM. - No NVOD or "linked services" support yet. -- No radio support yet. Note that this is currently work in progress, so there may be some areas that don't work as smooth as expected, yet. 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 {