diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-01 10:26:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-01 10:26:45 +0100 |
commit | 0598e41418012326a30ba582b7d64db116e91a84 (patch) | |
tree | 4d878ea127dc6e66ba7e20b517f28bd9e69cce63 /eit.c | |
parent | 8c18d579ef6457435562fe88051eb0c93f86cd17 (diff) | |
download | vdr-0598e41418012326a30ba582b7d64db116e91a84.tar.gz vdr-0598e41418012326a30ba582b7d64db116e91a84.tar.bz2 |
Completely switched to the HEAD driver version
Diffstat (limited to 'eit.c')
-rw-r--r-- | eit.c | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -16,18 +16,14 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: eit.c 1.57 2002/10/13 09:29:05 kls Exp $ + * $Id: eit.c 1.58 2002/11/01 10:05:56 kls Exp $ ***************************************************************************/ #include "eit.h" #include <ctype.h> #include <fcntl.h> #include <limits.h> -#ifdef NEWSTRUCT #include <linux/dvb/dmx.h> -#else -#include <ost/dmx.h> -#endif #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -1196,11 +1192,7 @@ void cSIProcessor::Action() table identifer tid */ bool cSIProcessor::AddFilter(u_char pid, u_char tid) { -#ifdef NEWSTRUCT dmx_sct_filter_params sctFilterParams; -#else - dmxSctFilterParams sctFilterParams; -#endif memset(&sctFilterParams, 0, sizeof(sctFilterParams)); sctFilterParams.pid = pid; sctFilterParams.timeout = 0; |