[MPlayer-cvslog] r33308 - trunk/gui/cfg.c

ib subversion at mplayerhq.hu
Sat Apr 23 11:05:35 CEST 2011


Author: ib
Date: Sat Apr 23 11:05:35 2011
New Revision: 33308

Log:
Make initial value explicitly type float.

Modified:
   trunk/gui/cfg.c

Modified: trunk/gui/cfg.c
==============================================================================
--- trunk/gui/cfg.c	Sat Apr 23 10:58:52 2011	(r33307)
+++ trunk/gui/cfg.c	Sat Apr 23 11:05:35 2011	(r33308)
@@ -55,7 +55,7 @@ int gtkAutoSync;
 int gtkAONorm;
 int gtkAOSurround;
 int gtkAOExtraStereo;
-float gtkAOExtraStereoMul = 1.0;
+float gtkAOExtraStereoMul = 1.0f;
 
 #ifdef CONFIG_ALSA
 char *gtkAOALSAMixer;


More information about the MPlayer-cvslog mailing list