summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-22 09:41:48 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-22 09:41:48 +0100
commitfd85701a84c976318afbb69e13d96c1ec44112fc (patch)
tree2217277a0ba5e1c2c3478dc7caa4348f1d9ead1c /HISTORY
parent1135a1f9d5d2ee7a36b717ce0fb8f4093d62f982 (diff)
downloadvdr-fd85701a84c976318afbb69e13d96c1ec44112fc.tar.gz
vdr-fd85701a84c976318afbb69e13d96c1ec44112fc.tar.bz2
Fixed resuming replay at a given position, which was off by one frame
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3b63099d..4edf138c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8855,3 +8855,5 @@ Video Disk Recorder Revision History
between it and cFont::Height() (suggested to Thomas Reufer).
- Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode
'const' (thanks to Thomas Reufer).
+- Fixed resuming replay at a given position, which was off by one frame (thanks
+ to Thomas Reufer).