[MPlayer-cvslog] r36561 - trunk/libao2/ao_sndio.c

reimar subversion at mplayerhq.hu
Tue Dec 31 16:31:09 CET 2013


Author: reimar
Date: Tue Dec 31 16:31:09 2013
New Revision: 36561

Log:
Remove pointless explicit initialization.

Modified:
   trunk/libao2/ao_sndio.c

Modified: trunk/libao2/ao_sndio.c
==============================================================================
--- trunk/libao2/ao_sndio.c	Tue Dec 31 16:30:58 2013	(r36560)
+++ trunk/libao2/ao_sndio.c	Tue Dec 31 16:31:09 2013	(r36561)
@@ -42,8 +42,8 @@ static ao_info_t info = {
 
 LIBAO_EXTERN(sndio)
 
-static struct sio_hdl *hdl = NULL;
-static struct pollfd *pfds = NULL;
+static struct sio_hdl *hdl;
+static struct pollfd *pfds;
 static struct sio_par par;
 static int delay, vol, havevol;
 static int prepause_delay;


More information about the MPlayer-cvslog mailing list