Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very last frame is an I-frame

This commit is contained in:
Klaus Schmidinger
2012-12-23 13:37:13 +01:00
parent d6efa529c9
commit dee67e7061
2 changed files with 12 additions and 9 deletions

View File

@@ -7456,3 +7456,5 @@ Video Disk Recorder Revision History
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed replay stuttering close to the end of an ongoing recording (reported by Andreas
Regel).
- Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very last frame
is an I-frame (which normally shouldn't occur).