diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 10:13:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 10:13:38 +0100 |
commit | b464dc407d5fba192abb0c9d4ca2f35fb438adcc (patch) | |
tree | 5de0d83cca2e323f706a2a5d91b42569d74dcdc8 /HISTORY | |
parent | f7bf9b4090bb5b32a40133cc3b0fd3457efff262 (diff) | |
download | vdr-b464dc407d5fba192abb0c9d4ca2f35fb438adcc.tar.gz vdr-b464dc407d5fba192abb0c9d4ca2f35fb438adcc.tar.bz2 |
Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History commands may now be executed at any time, and the message will be displayed (no more "pending message"). -2006-01-07: Version 1.3.38 +2006-01-08: Version 1.3.38 - Fixed handling second audio and Dolby Digital PIDs for encrypted channels (was broken in version 1.3.37). @@ -4129,3 +4129,5 @@ Video Disk Recorder Revision History - The file 'ca.conf' is obsolete and has been removed. - Revised all descriptions regarding CICAM. - Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling. +- Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack() + (thanks to Reinhard Nissl). |