diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-06 11:04:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-06 11:04:03 +0100 |
commit | 7d6c54d63a0707409f0a87d2328dd0bf58a30190 (patch) | |
tree | f3e184ce2772b7b4ace0464ea4abb1fc71e40dd1 /HISTORY | |
parent | 719b46b30506a60ca31e75d9fc7db23f36fc9350 (diff) | |
download | vdr-7d6c54d63a0707409f0a87d2328dd0bf58a30190.tar.gz vdr-7d6c54d63a0707409f0a87d2328dd0bf58a30190.tar.bz2 |
Fixed numbering frames
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7870,7 +7870,7 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-02-04: Version 2.0.6 +2014-02-06: Version 2.0.6 - Updated 'sources.conf' (thanks to Antti Hartikainen). - cFont::CreateFont() now returns a dummy font in case there are no fonts installed. @@ -7889,3 +7889,8 @@ Video Disk Recorder Revision History directories" is set to "no". - Fixed clearing non-editable members in the channel editor (thanks to Rolf Ahrenberg). - Fixed flickering if subtitles are active while the OSD demo is running. +- Fixed numbering frames. Previously they were numbered starting from 1, while it + is apparently standard to number them from 0. Any existing recordings with editing + marks (which will now be off by one) can still be cut with all VDR versions from + 1.7.32, because these will automatically adjust editing marks to I-frames. + Users of stable releases shouldn't notice any problems. |