CVS: main m_config.h,1.3,1.4 cfgparser.h,1.19,1.20
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv16894 Modified Files: m_config.h cfgparser.h Log Message: min/max float->double Index: m_config.h =================================================================== RCS file: /cvsroot/mplayer/main/m_config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- m_config.h 12 Apr 2003 13:40:30 -0000 1.3 +++ m_config.h 12 Aug 2003 18:00:08 -0000 1.4 @@ -71,7 +71,7 @@ void *p; struct m_option_type* type; unsigned int flags; - float min,max; + double min,max; void* priv; }; Index: cfgparser.h =================================================================== RCS file: /cvsroot/mplayer/main/cfgparser.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cfgparser.h 4 Jul 2003 21:35:43 -0000 1.19 +++ cfgparser.h 12 Aug 2003 18:00:08 -0000 1.20 @@ -57,7 +57,7 @@ void *p; unsigned int type; unsigned int flags; - float min,max; + double min,max; /* Use this field when your need to do something before a new value is assigned to your option */ cfg_default_func_t default_func;
participants (4)
-
Alex Beregszaszi -
Arpi of Ize -
Diego Biurrun -
Pierre Lombard