summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-18 11:45:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-18 11:45:28 +0100
commit1789a813f77dcfbb92284667ee37d4d0dec39b5a (patch)
treeebf273eefe878803748c266f5096a64c62f8c209 /HISTORY
parent3434f061b38c5d809a2fc6630e504cec2f0f093a (diff)
downloadvdr-1789a813f77dcfbb92284667ee37d4d0dec39b5a.tar.gz
vdr-1789a813f77dcfbb92284667ee37d4d0dec39b5a.tar.bz2
Added checking mutexCurrentAudioTrack to cDevice::PlayTs()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4bdad344..3c2e45a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5943,3 +5943,5 @@ Video Disk Recorder Revision History
be used to distinguish recordings of the same broadcast made by different instances
of VDR (suggested by Frank Schmirler). This replaces the use of the "resume id"
that was introduced in version 1.7.3.
+- Added checking mutexCurrentAudioTrack to cDevice::PlayTs() (thanks to Reinhard
+ Nissl for pointing this out).