From f0537ea0f1102fa4961ff7d592238c70da8c8240 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 23 Aug 2013 10:54:49 +0200 Subject: Added Begin/EndSegmentTransfer() to the EPG handler interface --- eit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eit.c') diff --git a/eit.c b/eit.c index 73c4fa9b..a3cf3413 100644 --- a/eit.c +++ b/eit.c @@ -8,7 +8,7 @@ * Robert Schneider and Rolf Hakenes . * Adapted to 'libsi' for VDR 1.3.0 by Marcel Wiesweg . * - * $Id: eit.c 2.23 2012/12/04 11:10:10 kls Exp $ + * $Id: eit.c 3.1 2013/08/23 10:52:27 kls Exp $ */ #include "eit.h" @@ -46,6 +46,7 @@ cEIT::cEIT(cSchedules *Schedules, int Source, u_char Tid, const u_char *Data, bo return; } + EpgHandlers.BeginSegmentTransfer(channel, OnlyRunningStatus); bool handledExternally = EpgHandlers.HandledExternally(channel); cSchedule *pSchedule = (cSchedule *)Schedules->GetSchedule(channel, true); @@ -310,6 +311,7 @@ cEIT::cEIT(cSchedules *Schedules, int Source, u_char Tid, const u_char *Data, bo Schedules->SetModified(pSchedule); } Channels.Unlock(); + EpgHandlers.EndSegmentTransfer(Modified, OnlyRunningStatus); } // --- cTDT ------------------------------------------------------------------ -- cgit v1.2.3