summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-13 14:06:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-13 14:06:25 +0200
commited5027b5d5a331b44d16b5c41f267f17c6efebf6 (patch)
treeac77603e87421a822d2120db1d961315409a6f12 /eit.h
parentda22081330ecd810ef2bb34445ae35b9e297778b (diff)
downloadvdr-ed5027b5d5a331b44d16b5c41f267f17c6efebf6.tar.gz
vdr-ed5027b5d5a331b44d16b5c41f267f17c6efebf6.tar.bz2
Using masks in EIT filtering to reduce the number of filters
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eit.h b/eit.h
index e956b013..f8a91051 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.25 2003/04/12 10:59:26 kls Exp $
+ * $Id: eit.h 1.26 2003/04/13 14:01:24 kls Exp $
***************************************************************************/
#ifndef __EIT_H
@@ -155,7 +155,7 @@ private:
char *fileName;
bool active;
void Action(void);
- bool AddFilter(unsigned short pid, u_char tid);
+ bool AddFilter(unsigned short pid, u_char tid, u_char mask = 0xFF);
bool DelFilter(unsigned short pid, u_char tid);
bool ShutDownFilters(void);
void NewCaDescriptor(struct Descriptor *d, int ProgramID);