diff libmpdemux/dvbin.h @ 18561:15fbdb09330f

configurable tuning timeout
author nicodvb
date Sun, 04 Jun 2006 23:04:42 +0000
parents f580a7755ac5
children 0783dd397f74
line wrap: on
line diff
--- a/libmpdemux/dvbin.h	Sun Jun 04 22:52:02 2006 +0000
+++ b/libmpdemux/dvbin.h	Sun Jun 04 23:04:42 2006 +0000
@@ -99,6 +99,7 @@
 	stream_t *stream;
 	char new_tuning[256], prev_tuning[256];
 	int retry;
+	int timeout;
 } dvb_priv_t;