summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-07-13 11:16:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-07-13 11:16:27 +0200
commitf2b637ed852c81301ea1f64692447733745ffa06 (patch)
tree5fbc94d79a14433b8197a9e16d7795fe65fdbc50 /HISTORY
parentd5208be84b6d604051f04b024ad65c004006fc50 (diff)
downloadvdr-f2b637ed852c81301ea1f64692447733745ffa06.tar.gz
vdr-f2b637ed852c81301ea1f64692447733745ffa06.tar.bz2
Changed the interface of cStatus::Replaying()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 37c49f74..e507b651 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1364,3 +1364,7 @@ Video Disk Recorder Revision History
- Added direct access to the index data of cPalette (needed for displaying SPUs,
thanks to Andreas Schultz).
+- The status monitor function cStatus::Replaying() now gets a 'cControl *' argument instead
+ of a 'cDvbPlayerControl *' in order to allow additional players to call this function.
+ cPlayer and cControl have been given the functions GetIndex() and GetReplayMode() to
+ allow access to the player's status.