summaryrefslogtreecommitdiff
path: root/transfer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-26 10:24:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-26 10:24:42 +0200
commit4247bf58cf0c2359a240a00e2af5e92aea4e70cc (patch)
tree764a3d9c062e8a4fd0627245d7cefdb7693d9bf2 /transfer.c
parenta51f4e83f0f03d06d52275af719635da92740103 (diff)
downloadvdr-4247bf58cf0c2359a240a00e2af5e92aea4e70cc.tar.gz
vdr-4247bf58cf0c2359a240a00e2af5e92aea4e70cc.tar.bz2
Fixed channel switching in case of an active 'Transfer Mode' on the primary device
Diffstat (limited to 'transfer.c')
-rw-r--r--transfer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfer.c b/transfer.c
index 253c065b..ddfb28cb 100644
--- a/transfer.c
+++ b/transfer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: transfer.c 1.5 2002/10/13 16:08:44 kls Exp $
+ * $Id: transfer.c 1.6 2002/10/26 10:17:17 kls Exp $
*/
#include "transfer.h"
@@ -17,7 +17,7 @@
// --- cTransfer -------------------------------------------------------------
cTransfer::cTransfer(int VPid, int APid1, int APid2, int DPid1, int DPid2)
-:cReceiver(0, 0, 5, VPid, APid1, APid2, DPid1, DPid2)
+:cReceiver(0, -1, 5, VPid, APid1, APid2, DPid1, DPid2)
{
ringBuffer = new cRingBufferLinear(VIDEOBUFSIZE, true);
remux = new cRemux(VPid, APid1, APid2, DPid1, DPid2);