Commit 715851f9 authored by massiot's avatar massiot

* dvb.c: Increase lock timeout to 30 s, because some low symbol rate

   transponders are very hard to lock.


git-svn-id: svn://svn.videolan.org/dvblast/trunk@30 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent 38127517
......@@ -50,7 +50,7 @@
/*****************************************************************************
* Local declarations
*****************************************************************************/
#define FRONTEND_LOCK_TIMEOUT 10000000 /* 10 s */
#define FRONTEND_LOCK_TIMEOUT 30000000 /* 30 s */
#define COUNTER_WRAP 200 /* we make 200 read calls per second */
#define MAX_READ_ONCE 50
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment