Mercurial > mplayer.hg
comparison gui/win32/wincfg.c @ 36906:7d8f27be5796
Make value explicitly type float.
author | ib |
---|---|
date | Wed, 12 Mar 2014 13:30:36 +0000 |
parents | eed2fb870f43 |
children |
comparison
equal
deleted
inserted
replaced
36905:bff7c54aa8f1 | 36906:7d8f27be5796 |
---|---|
41 static const char gui_configuration[] = "gui.conf"; | 41 static const char gui_configuration[] = "gui.conf"; |
42 | 42 |
43 /* params */ | 43 /* params */ |
44 int gtkAONorm = FALSE; | 44 int gtkAONorm = FALSE; |
45 int gtkAOExtraStereo = FALSE; | 45 int gtkAOExtraStereo = FALSE; |
46 float gtkAOExtraStereoMul = 1.0; | 46 float gtkAOExtraStereoMul = 1.0f; |
47 int gtkCacheOn = FALSE; | 47 int gtkCacheOn = FALSE; |
48 int gtkCacheSize = 2048; | 48 int gtkCacheSize = 2048; |
49 int gtkAutoSyncOn = FALSE; | 49 int gtkAutoSyncOn = FALSE; |
50 int gtkAutoSync = 0; | 50 int gtkAutoSync = 0; |
51 | 51 |