summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-13 12:45:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-13 12:45:42 +0200
commit30009067158bc40f50469cb82234b4013ef14e9e (patch)
treefc9a851816fe2fa5bd4e255cfb5158562302ed31 /HISTORY
parentef611229f39c1792f045002906443622f63987f1 (diff)
downloadvdr-30009067158bc40f50469cb82234b4013ef14e9e.tar.gz
vdr-30009067158bc40f50469cb82234b4013ef14e9e.tar.bz2
The length (as number of frames) of a recording's index file can now be determined by a call to cIndexFile::GetLength()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7bb15071..e0d7dbed 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6679,3 +6679,5 @@ Video Disk Recorder Revision History
- Now scanning new transponders before old ones, to make sure transponder changes
are recognized (thanks to Reinhard Nissl).
- Implemented static cIndexFile::IndexFileName().
+- The length (as number of frames) of a recording's index file can now be determined
+ by a call to cIndexFile::GetLength() (suggested by Christoph Haubrich).