summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-23 13:37:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-23 13:37:13 +0100
commitdee67e70610ad695276e115b25aebdedf94a641c (patch)
tree08907ad67858038c0db3fab8e43efca30327f9ac /HISTORY
parentd6efa529c906d034f2e7561a4cdc93b81ca80be0 (diff)
downloadvdr-dee67e70610ad695276e115b25aebdedf94a641c.tar.gz
vdr-dee67e70610ad695276e115b25aebdedf94a641c.tar.bz2
Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very last frame is an I-frame
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1f3e5228..dc3afca9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).