summaryrefslogtreecommitdiff
path: root/nit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-03-17 12:27:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-03-17 12:27:18 +0100
commitfd7ccc7627b08ab66122d644cb301aba42ae0c06 (patch)
treedd5d7f356d5448edf2b7110dfd794ead1abed283 /nit.h
parent0bcf5d6da624c1dd9eb3efd3cd7c0917512259ce (diff)
downloadvdr-fd7ccc7627b08ab66122d644cb301aba42ae0c06.tar.gz
vdr-fd7ccc7627b08ab66122d644cb301aba42ae0c06.tar.bz2
Fixed setting the source value of newly created channels, in case the NIT is received from a different, but very close satellite position (cont'd)
Diffstat (limited to 'nit.h')
-rw-r--r--nit.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/nit.h b/nit.h
index 4673f960..52676c0d 100644
--- a/nit.h
+++ b/nit.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: nit.h 3.1 2014/03/10 14:12:05 kls Exp $
+ * $Id: nit.h 4.1 2015/03/16 12:41:38 kls Exp $
*/
#ifndef __NIT_H
@@ -13,24 +13,10 @@
#include "filter.h"
#include "sdt.h"
-#define MAXNITS 16
-#define MAXNETWORKNAME Utf8BufSize(256)
-
class cNitFilter : public cFilter {
private:
-
- class cNit {
- public:
- u_short networkId;
- char name[MAXNETWORKNAME];
- bool hasTransponder;
- };
-
cSectionSyncer sectionSyncer;
cSdtFilter *sdtFilter;
- cNit nits[MAXNITS];
- u_short networkId;
- int numNits;
protected:
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length);
public: