Now calling DeviceClear() in cTransfer::Receive() if the output device blocks, instead of not retrying for 10 seconds

This commit is contained in:
Klaus Schmidinger
2013-03-01 10:02:01 +01:00
parent 5c47a0033e
commit df4e5a1072
4 changed files with 9 additions and 15 deletions

View File

@@ -7675,3 +7675,5 @@ Video Disk Recorder Revision History
- Updated the Dutch OSD texts (thanks to Carel Willemse).
- Removed all "fuzzy" translations from the files ar.po, hu_HU.po and sr_SR.po, because
more often than not they are just wrong.
- Now calling DeviceClear() in cTransfer::Receive() if the output device blocks, instead
of not retrying for 10 seconds (reported by Andreas Mair, with help from Oliver Endriss).