summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-08 11:47:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-08 11:47:15 +0100
commit8cdd705fb40e0017865cf102877871b21ec0f97d (patch)
tree90bb34543a98342fa2268c0eac22292c39341d52 /HISTORY
parent34d51f5f8375ff711cdf07c5ddef39b10ec6ab88 (diff)
downloadvdr-8cdd705fb40e0017865cf102877871b21ec0f97d.tar.gz
vdr-8cdd705fb40e0017865cf102877871b21ec0f97d.tar.bz2
Fixed a possible freeze in pause mode in case a device's PlayPesPacket() function permanently returns 0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b5352c2e..7905b889 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3378,3 +3378,5 @@ Video Disk Recorder Revision History
- Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after switching
back to live mode if a recording is currently active on the primary device.
+- Fixed a possible freeze in pause mode in case a device's PlayPesPacket() function
+ permanently returns 0 (thanks to Reinhard Nissl and Olaf Titz).