[MPlayer-cvslog] r21842 - trunk/stream/dvb_tune.c

nicodvb subversion at mplayerhq.hu
Sat Jan 6 19:51:02 CET 2007


Author: nicodvb
Date: Sat Jan  6 19:51:01 2007
New Revision: 21842

Modified:
   trunk/stream/dvb_tune.c

Log:
init to 0 feparams before tuning

Modified: trunk/stream/dvb_tune.c
==============================================================================
--- trunk/stream/dvb_tune.c	(original)
+++ trunk/stream/dvb_tune.c	Sat Jan  6 19:51:01 2007
@@ -591,6 +591,7 @@
 	    fd_frontend, fd_sec, (long unsigned int)freq, (long unsigned int)srate, pol, tone, diseqc);
 
 
+  memset(&feparams, 0, sizeof(feparams));
   if ( (res = ioctl(fd_frontend,FE_GET_INFO, &fe_info) < 0))
   {
   	mp_msg(MSGT_DEMUX, MSGL_FATAL, "FE_GET_INFO FAILED\n");



More information about the MPlayer-cvslog mailing list