Fixed a possible freeze in pause mode in case a device's PlayPesPacket() function permanently returns 0

This commit is contained in:
Klaus Schmidinger
2005-02-08 11:47:15 +01:00
parent 34d51f5f83
commit 8cdd705fb4
3 changed files with 8 additions and 2 deletions

View File

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