diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-12-27 15:58:18 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-12-27 15:58:18 +0100 |
commit | 6f76e100383189eb9fd2b861fe2cdba2d94b7c59 (patch) | |
tree | 12e7ea996d4ed997c7a834a1bbe887fd419a99b5 /HISTORY | |
parent | bd411a6620f896b82494338e6386dd0324f63353 (diff) | |
download | vdr-6f76e100383189eb9fd2b861fe2cdba2d94b7c59.tar.gz vdr-6f76e100383189eb9fd2b861fe2cdba2d94b7c59.tar.bz2 |
cTimeMs now uses the monotonic clock, if available
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5529,7 +5529,7 @@ Video Disk Recorder Revision History - Fixed stopping live subtitles when a player is attached to the device. - Fixed suddenly stopping subtitles in live mode. -2007-11-25: Version 1.5.13 +2007-12-27: Version 1.5.13 - Fixed the declaration of cSubtitleObject::Decode8BppCodeString() (thanks to Gregoire Favre). @@ -5538,3 +5538,4 @@ Video Disk Recorder Revision History - The kInfo key is now propagated to any open menu, so that it can react to it in a context sensitive manner (suggested by Andreas Brugger). If there is no menu open it will show the info of the current broadcast or replay. +- cTimeMs now uses the monotonic clock, if available (thanks to Petri Hintukainen). |