summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-18 12:55:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-18 12:55:16 +0200
commit98ac611779094e70da829639488ac8c589e9ed87 (patch)
treef503146e128c4c7220ba11bcef08011db71149c3 /eit.h
parent435ee3981203577709ffd41057f0e120615871a1 (diff)
downloadvdr-98ac611779094e70da829639488ac8c589e9ed87.tar.gz
vdr-98ac611779094e70da829639488ac8c589e9ed87.tar.bz2
Avoiding spurious section filter settings after a channel switch
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eit.h b/eit.h
index 37733340..076e4f87 100644
--- a/eit.h
+++ b/eit.h
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.h 1.28 2003/04/21 13:22:06 kls Exp $
+ * $Id: eit.h 1.29 2003/05/18 12:51:50 kls Exp $
***************************************************************************/
#ifndef __EIT_H
@@ -148,6 +148,7 @@ private:
bool masterSIProcessor;
int currentSource;
int currentTransponder;
+ int statusCount;
int pmtIndex;
int pmtPid;
SIP_FILTER *filters;