summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-10-12 11:06:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-10-12 11:06:56 +0200
commitbbffcee572790334fe3980a632aaadcddc69440d (patch)
treeeb659c9c83c7f1e193ed1b455ea6ae7694017b56
parent57239b827177de72b317191f624238caa19d78fa (diff)
downloadvdr-bbffcee572790334fe3980a632aaadcddc69440d.tar.gz
vdr-bbffcee572790334fe3980a632aaadcddc69440d.tar.bz2
Removed the unused 0x73 (TOT) filter in eit.c
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY1
-rw-r--r--eit.c7
3 files changed, 3 insertions, 6 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a8105301..4c34fb73 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -833,6 +833,7 @@ Jens Groth <Jens_Groth@t-online.de>
Andreas Trauer <vdr@trauers.homelinux.net>
for fixing missing channel info after an incomplete channel group switch
+ for removing the unused 0x73 (TOT) filter in eit.c
Markus Hardt <markus.hardt@gmx.net>
for his help in keeping 'channels.conf.terr' up to date
diff --git a/HISTORY b/HISTORY
index 9e3603c2..0418d04d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2419,3 +2419,4 @@ Video Disk Recorder Revision History
- Fixed initializing the highlight area in cDvbSpuDecoder (thanks to Sven Goethel).
- Now trying to get a timer's channel without RID when loading 'timers.conf'
(thanks to Thomas Rausch).
+- Removed the unused 0x73 (TOT) filter in eit.c (thanks to Andreas Trauer).
diff --git a/eit.c b/eit.c
index 99eb405f..8e0ade7c 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.79 2003/05/29 15:04:10 kls Exp $
+ * $Id: eit.c 1.80 2003/10/12 11:05:42 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -1166,7 +1166,6 @@ void cSIProcessor::SetStatus(bool On)
{
AddFilter(0x00, 0x00); // PAT
AddFilter(0x14, 0x70); // TDT
- AddFilter(0x14, 0x73); // TOT
AddFilter(0x12, 0x4e, 0xfe); // event info, actual(0x4e)/other(0x4f) TS, present/following
AddFilter(0x12, 0x50, 0xfe); // event info, actual TS, schedule(0x50)/schedule for another 4 days(0x51)
AddFilter(0x12, 0x60, 0xfe); // event info, other TS, schedule(0x60)/schedule for another 4 days(0x61)
@@ -1301,10 +1300,6 @@ void cSIProcessor::Action()
ctdt.SetSystemTime();
}
}
- /*XXX this comes pretty often:
- else
- dsyslog("Time packet was not 0x70 but 0x%02x\n", (int)buf[0]);
- XXX*/
break;
case 0x12: