diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-26 13:03:14 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-26 13:03:14 +0200 |
commit | 6b5e9f56ed5315e7c1afa17940968695fabf3ba0 (patch) | |
tree | 89ef6286bff12e1c7cd289c1d082119e121c601c /HISTORY | |
parent | 2d3cb812fbcf038cf14a792c375fd866b6420a10 (diff) | |
download | vdr-6b5e9f56ed5315e7c1afa17940968695fabf3ba0.tar.gz vdr-6b5e9f56ed5315e7c1afa17940968695fabf3ba0.tar.bz2 |
Implemented cDevice::ProvidesEIT()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6720,3 +6720,8 @@ Video Disk Recorder Revision History Barszus). - The subtitle PIDs are now stored in the channels.conf file as an extension to the TPID field (thanks to Rolf Ahrenberg). +- The new function cDevice::ProvidesEIT() is used to determine whether a device can + provide EIT data and will thus be used in cEITScanner::Process() to receive EIT + data from the channels it can receive (suggested by Rolf Ahrenberg). Note that by + default it is assumed that a device can't provide EIT data, and only the builtin + cDvbDevice returns true from this function. |