Added checking mutexCurrentAudioTrack to cDevice::PlayTs()

This commit is contained in:
Klaus Schmidinger
2009-01-18 11:45:28 +01:00
parent 3434f061b3
commit 1789a813f7
3 changed files with 6 additions and 1 deletions

View File

@@ -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).