mirror of https://github.com/mpv-player/mpv
min/max float->double
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10583 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3b8074ebf5
commit
23a98b65a0
|
@ -57,7 +57,7 @@ struct config {
|
|||
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;
|
||||
|
|
|
@ -71,7 +71,7 @@ struct config {
|
|||
void *p;
|
||||
struct m_option_type* type;
|
||||
unsigned int flags;
|
||||
float min,max;
|
||||
double min,max;
|
||||
void* priv;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue