summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-14 09:11:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-14 09:11:18 +0200
commitc9ac6f5196c63d6999ea764f7d9d7a2367f20f51 (patch)
treee5a7644fb1a31185e6c71939005ec544d74565cc /HISTORY
parentcc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7 (diff)
downloadvdr-c9ac6f5196c63d6999ea764f7d9d7a2367f20f51.tar.gz
vdr-c9ac6f5196c63d6999ea764f7d9d7a2367f20f51.tar.bz2
Fixed mapping the frame type bits when detecting independent frames in MPEG 4 video
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b0e96dd0..d67c09e1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7235,7 +7235,9 @@ Video Disk Recorder Revision History
function in order to make use of this new feature. See, for instance, the function
cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.
-2012-09-13: Version 1.7.31
+2012-09-14: Version 1.7.31
- If regenerating an index file fails and no data is written to the file, VDR now
reports this error and removes the empty index file.
+- Fixed mapping the frame type bits when detecting independent frames in MPEG 4
+ video (reported by Reinhard Nissl).