mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Activated detection of radio channels
This commit is contained in:
parent
7d3f63a402
commit
6dd075fe53
5
HISTORY
5
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 ;-).
|
||||
|
@ -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.
|
||||
|
4
sdt.c
4
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user