From 0de69c389993ca0c78c726fe567ae4e155c9a1b9 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 18 Feb 2014 13:12:39 +0100 Subject: Improved PAT/PMT scanning to speed up initial tuning to encrypted channels on transponders with many PAT entries --- device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index 9da5e7ff..901fa2b3 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 3.11 2014/01/21 11:12:01 kls Exp $ + * $Id: device.c 3.12 2014/02/18 13:12:39 kls Exp $ */ #include "device.h" @@ -794,6 +794,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView) if (SetChannelDevice(Channel, LiveView)) { // Start section handling: if (sectionHandler) { + patFilter->Trigger(Channel->Sid()); sectionHandler->SetChannel(Channel); sectionHandler->SetStatus(true); } -- cgit v1.2.3