summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-03-28 17:14:53 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-03-28 17:14:53 +0100
commitd0a42e9c819077c1f391544f1e8672bec33ff68c (patch)
tree750b3d8e85771820029e061cb13ae8b277fe8da7 /HISTORY
parent2e4aa1a595f6d80c683e1523c88d4c0565dc83a2 (diff)
downloadvdr-d0a42e9c819077c1f391544f1e8672bec33ff68c.tar.gz
vdr-d0a42e9c819077c1f391544f1e8672bec33ff68c.tar.bz2
Fixed cDvbPlayer::NextFile() to handle files larger than 2GB
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 95d85dfa..c888c36b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5979,7 +5979,7 @@ Video Disk Recorder Revision History
cDevice class reimplements PlayTs() or PlayPes(), it also needs to make sure this
new function works as expected.
-2009-03-27: Version 1.7.5
+2009-03-28: Version 1.7.5
- Fixed a hangup when replaying a TS recording with subtitles activated (reported
by Timo Helkio).
@@ -6007,3 +6007,5 @@ Video Disk Recorder Revision History
that file I/O overhead is minimized during recording (reported by Günter
Niedermeier).
- Added command line help for the '-i' option.
+- Fixed cDvbPlayer::NextFile() to handle files larger than 2GB (thanks to Jose
+ Alberto Reguero).