From 927a54403de609537ef23c3ac8f5c646591b6471 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 22 May 2004 15:36:09 +0200 Subject: Fixed freezing picture when a recording starts on a system that always uses 'Transfer Mode' --- dvbdevice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dvbdevice.c') diff --git a/dvbdevice.c b/dvbdevice.c index afeb9731..9d659e6b 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 1.84 2004/05/01 13:15:46 kls Exp $ + * $Id: dvbdevice.c 1.85 2004/05/22 15:11:48 kls Exp $ */ #include "dvbdevice.h" @@ -679,7 +679,7 @@ bool cDvbDevice::ProvidesChannel(const cChannel *Channel, int Priority, bool *Ne if (ProvidesSource(Channel->Source()) && ProvidesCa(Channel)) { result = hasPriority; - if (Priority >= 0 && Receiving()) { + if (Priority >= 0 && Receiving(true)) { if (dvbTuner->IsTunedTo(Channel)) { if (!HasPid(Channel->Vpid())) { #ifdef DO_MULTIPLE_RECORDINGS -- cgit v1.2.3