summaryrefslogtreecommitdiff
path: root/client/filter.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
committerFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
commit7254a6752808830d5fc133e5362da6c47f3f84ff (patch)
tree673cc17f88ba80f8a67debb54f85ea100cde9ae5 /client/filter.h
parent31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace (diff)
downloadvdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.gz
vdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.bz2
Snapshot 2009-06-11
Diffstat (limited to 'client/filter.h')
-rw-r--r--client/filter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/client/filter.h b/client/filter.h
index e0a1575..889006a 100644
--- a/client/filter.h
+++ b/client/filter.h
@@ -1,14 +1,11 @@
/*
- * $Id: filter.h,v 1.4 2007/04/24 11:23:16 schmirl Exp $
+ * $Id: filter.h,v 1.5 2008/04/07 14:27:28 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_FILTER_H
#define VDR_STREAMDEV_FILTER_H
#include <vdr/config.h>
-
-# if VDRVERSNUM >= 10300
-
#include <vdr/tools.h>
#include <vdr/thread.h>
@@ -33,5 +30,4 @@ public:
int OpenFilter(u_short Pid, u_char Tid, u_char Mask);
};
-# endif // VDRVERSNUM >= 10300
#endif // VDR_STREAMDEV_FILTER_H