Implemented cDevice::ProvidesEIT()

This commit is contained in:
Klaus Schmidinger
2011-08-26 13:03:14 +02:00
parent 2d3cb812fb
commit 6b5e9f56ed
7 changed files with 27 additions and 6 deletions

View File

@@ -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.