diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-10 10:27:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-10 10:27:16 +0200 |
commit | fc0d238194eb581aa74455a8ed0fad3ea76785d2 (patch) | |
tree | f1958e76cc0a4fb7316c0e936192f30b43588e83 /HISTORY | |
parent | 0a2de94d07bbfea2e480c69ce3722744c375d477 (diff) | |
download | vdr-fc0d238194eb581aa74455a8ed0fad3ea76785d2.tar.gz vdr-fc0d238194eb581aa74455a8ed0fad3ea76785d2.tar.bz2 |
Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDevice
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5979,7 +5979,7 @@ Video Disk Recorder Revision History cDevice class reimplements PlayTs() or PlayPes(), it also needs to make sure this new function works as expected. -2009-04-05: Version 1.7.5 +2009-04-10: Version 1.7.5 - Fixed a hangup when replaying a TS recording with subtitles activated (reported by Timo Helkio). @@ -6025,3 +6025,5 @@ Video Disk Recorder Revision History Oliver Endriss for pointing out a problem with the F record in the info file of a recording). - Fixed detecting the frame rate for radio recordings. +- Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDevice (thanks to Oliver + Endriss). |