summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-04 11:15:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-04 11:15:28 +0100
commit1e14401e74a92026b81c633d9c86dc2038602b0c (patch)
tree95181912c0ffff00acb135c4ec645e26b321274d /eit.c
parent45a29931cbdce698c2fc03445dfd3cd74ea6600e (diff)
downloadvdr-1e14401e74a92026b81c633d9c86dc2038602b0c.tar.gz
vdr-1e14401e74a92026b81c633d9c86dc2038602b0c.tar.bz2
Now always setting the TDT EIT filter, because otherwise when turning on using the transponder time in the Setup menu, it would only be used after the next restart of VDR
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/eit.c b/eit.c
index dc63cce8..73c4fa9b 100644
--- a/eit.c
+++ b/eit.c
@@ -8,7 +8,7 @@
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
* Adapted to 'libsi' for VDR 1.3.0 by Marcel Wiesweg <marcel.wiesweg@gmx.de>.
*
- * $Id: eit.c 2.22 2012/12/04 09:33:20 kls Exp $
+ * $Id: eit.c 2.23 2012/12/04 11:10:10 kls Exp $
*/
#include "eit.h"
@@ -367,8 +367,7 @@ time_t cEitFilter::disableUntil = 0;
cEitFilter::cEitFilter(void)
{
Set(0x12, 0x40, 0xC0); // event info now&next actual/other TS (0x4E/0x4F), future actual/other TS (0x5X/0x6X)
- if (Setup.SetSystemTime && Setup.TimeTransponder)
- Set(0x14, 0x70); // TDT
+ Set(0x14, 0x70); // TDT
}
void cEitFilter::SetDisableUntil(time_t Time)