diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_dvb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index df656c107..d089db022 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -909,10 +909,11 @@ static void do_eit(dvb_input_plugin_t *this) int running_status=0; struct pollfd fd; foo=malloc(8192); - memset(foo,0,8192); char *buffer; int loops; int current_channel; + memset(foo,0,8192); + fd.fd = this->tuner->fd_pidfilter[EITFILTER]; fd.events = POLLPRI; |