summaryrefslogtreecommitdiff
path: root/server/livefilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/livefilter.c')
-rw-r--r--server/livefilter.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/livefilter.c b/server/livefilter.c
index e7d896c..ac9c284 100644
--- a/server/livefilter.c
+++ b/server/livefilter.c
@@ -1,5 +1,5 @@
/*
- * $Id: livefilter.c,v 1.4 2007/04/24 11:06:12 schmirl Exp $
+ * $Id: livefilter.c,v 1.5 2008/04/07 14:27:31 schmirl Exp $
*/
#include "server/livefilter.h"
@@ -13,8 +13,6 @@
# define TS_SYNC_BYTE 0x47
#endif
-#if VDRVERSNUM >= 10300
-
cStreamdevLiveFilter::cStreamdevLiveFilter(cStreamdevStreamer *Streamer) {
m_Streamer = Streamer;
}
@@ -41,5 +39,3 @@ void cStreamdevLiveFilter::Process(u_short Pid, u_char Tid, const u_char *Data,
m_Streamer->ReportOverflow(TS_SIZE - p);
}
}
-
-#endif // VDRVERSNUM >= 10300