diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 9b8b30dd2..99d7ff81e 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -773,7 +773,7 @@ static int tuner_tune_it (tuner_t *this, struct dvb_frontend_parameters } /* read the status from the frontend... it appears that event.status isn't correct for some FE's */ ioctl(this->fd_frontend, FE_READ_STATUS, &event.status); lock_tries++; - if(lock_tries>5) { /* try to get lock for a few seconds */ + if(lock_tries>15) { /* try to get lock for a few seconds */ break; } } |