Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal

This commit is contained in:
Klaus Schmidinger
2013-01-20 13:40:30 +01:00
parent abde1d04ae
commit 1ba20fa20f
3 changed files with 22 additions and 5 deletions

View File

@@ -7531,3 +7531,5 @@ Video Disk Recorder Revision History
exists (suggested by Malte Forkel).
- Implemented scaling of SPU bitmaps (thanks to Johann Friedrichs).
- Improved cutting MPEG-2 video (thanks to S<>ren Moch).
- Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings
in case the primary device can't handle the current live signal.