summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-22 09:26:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-22 09:26:40 +0100
commit1135a1f9d5d2ee7a36b717ce0fb8f4093d62f982 (patch)
tree59e76d5caa18557a02494e4f6c4f5c63614f50ce /HISTORY
parentd71544d797039e043284b76a171d648430b112de (diff)
downloadvdr-1135a1f9d5d2ee7a36b717ce0fb8f4093d62f982.tar.gz
vdr-1135a1f9d5d2ee7a36b717ce0fb8f4093d62f982.tar.bz2
Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode 'const'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f869d2b4..3b63099d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8828,7 +8828,7 @@ Video Disk Recorder Revision History
- Empty adaptation field TS packets are now skipped when recording (thanks to
Christopher Reimer, based on the "AFFcleaner" by Stefan Pöschel).
-2016-12-13: Version 2.3.2
+2016-12-22: Version 2.3.2
- Fixed a crash when deleting a recording (reported by Oliver Endriss).
- Fixed an overflow of PIDs in a receiver (thanks to Robert Hannebauer).
@@ -8853,3 +8853,5 @@ Video Disk Recorder Revision History
operations.
- Added a note to the description of cFont::Size(), regarding possible differences
between it and cFont::Height() (suggested to Thomas Reufer).
+- Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode
+ 'const' (thanks to Thomas Reufer).