summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-20 13:40:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-20 13:40:30 +0100
commit1ba20fa20f632ffb548f57ca9b3b5b9bab5296d0 (patch)
tree152fc0790eabd7a056aa10138426da942cc3fbe4 /HISTORY
parentabde1d04aeb7beb29c2638389c29ff92ff87a75a (diff)
downloadvdr-1ba20fa20f632ffb548f57ca9b3b5b9bab5296d0.tar.gz
vdr-1ba20fa20f632ffb548f57ca9b3b5b9bab5296d0.tar.bz2
Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal1.7.36
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a36f1af5..11cad93e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.