mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Removed the obsolete function cEITScanner::UsesDevice(); added new parameter LiveView to cStatus::ChannelSwitch()
This commit is contained in:
5
HISTORY
5
HISTORY
@@ -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.
|
||||
|
Reference in New Issue
Block a user