The function SetCurrentChannel(const cChannel *Channel) is now deprecated

This commit is contained in:
Klaus Schmidinger
2016-12-06 14:17:39 +01:00
parent 146f2cbd4d
commit 1172937e8a
2 changed files with 8 additions and 1 deletions

View File

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