The length (as number of frames) of a recording's index file can now be determined by a call to cIndexFile::GetLength()

This commit is contained in:
Klaus Schmidinger
2011-08-13 12:45:42 +02:00
parent ef611229f3
commit 3000906715
4 changed files with 18 additions and 2 deletions

View File

@@ -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).