diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-07 14:39:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-07 14:39:38 +0100 |
commit | 57f58a154654311fc70e478c0b36262da5c414c6 (patch) | |
tree | c41b574ecc9d1449c0d58150f2ef73c09bad0e99 /HISTORY | |
parent | 680b1b8f8721c0462f04e838dcafd799a10b5574 (diff) | |
download | vdr-57f58a154654311fc70e478c0b36262da5c414c6.tar.gz vdr-57f58a154654311fc70e478c0b36262da5c414c6.tar.bz2 |
Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6984,3 +6984,8 @@ Video Disk Recorder Revision History - Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.c, because the code following these calls is only executed if LiveView is true, which is never the case when the EITScanner switches to a channel. +- Removed the obsolete function cEITScanner::UsesDevice(). If a plugin has used this + function to find out whether a call to its cStatus::ChannelSwitch() function was + due to a live channel switch, it can use that function's new parameter LiveView. + Any plugins that implement cStatus::ChannelSwitch() need to add the parameter + 'bool LiveView' to that function. |