[vlc-commits] access: scan: dvb: remove unused def

Francois Cartegnie git at videolan.org
Thu Apr 21 20:23:55 CEST 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr 20 14:40:42 2016 +0200| [a153b702da81a616eab6dc43a95c0f5132c98d19] | committer: Francois Cartegnie

access: scan: dvb: remove unused def

probing timeout now set by scan code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a153b702da81a616eab6dc43a95c0f5132c98d19
---

 modules/access/dvb/access.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c
index 1a58b17..493c50e 100644
--- a/modules/access/dvb/access.c
+++ b/modules/access/dvb/access.c
@@ -103,7 +103,6 @@ static block_t *BlockScan( access_t * );
 
 #define DVB_SCAN_MAX_SIGNAL_TIME (1000*1000)
 #define DVB_SCAN_MAX_LOCK_TIME (5000*1000)
-#define DVB_SCAN_MAX_PROBE_TIME (45000*1000)
 
 static void FilterUnset( access_t *, int i_max );
 static void FilterSet( access_t *, int i_pid, int i_type );



More information about the vlc-commits mailing list