diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-14 09:11:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-14 09:11:18 +0200 |
commit | c9ac6f5196c63d6999ea764f7d9d7a2367f20f51 (patch) | |
tree | e5a7644fb1a31185e6c71939005ec544d74565cc /HISTORY | |
parent | cc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |