diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-06 14:17:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-06 14:17:39 +0100 |
commit | 1172937e8a3820d93a790510e36cd6eb5671ebb9 (patch) | |
tree | 57a9eee2889dd7ff3f463194614b71ed882a9cf6 /HISTORY | |
parent | 146f2cbd4d1c8d9a0238662ab9bb4e6a8848dba7 (diff) | |
download | vdr-1172937e8a3820d93a790510e36cd6eb5671ebb9.tar.gz vdr-1172937e8a3820d93a790510e36cd6eb5671ebb9.tar.bz2 |
The function SetCurrentChannel(const cChannel *Channel) is now deprecated
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8834,3 +8834,6 @@ Video Disk Recorder Revision History - Fixed an overflow of PIDs in a receiver (thanks to Robert Hannebauer). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed initializing device specific parameters in cDvbTransponderParameters. +- The function SetCurrentChannel(const cChannel *Channel) is now deprecated and + may be removed in a future version. Use SetCurrentChannel(int ChannelNumber) + instead. |