summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-13 09:42:53 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-13 09:42:53 +0000
commitb129045b120f74ce4ebbd0aa33290b8bf397345b (patch)
tree6f6e75432dfb23ece70f1a90e7533616369e2609 /m_option.h
parentafbfa3b5dbe4864381b4960ca15a2802f1e90afb (diff)
downloadmpv-b129045b120f74ce4ebbd0aa33290b8bf397345b.tar.bz2
mpv-b129045b120f74ce4ebbd0aa33290b8bf397345b.tar.xz
1000l, thanks Pierre
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10591 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.h b/m_option.h
index 0c528ceba0..fcec246482 100644
--- a/m_option.h
+++ b/m_option.h
@@ -134,7 +134,7 @@ struct m_option {
void *p;
m_option_type_t* type;
unsigned int flags;
- float min,max;
+ double min,max;
// This used to be function pointer to hold a 'reverse to defaults' func.
// Nom it can be used to pass any type of extra args.
// Passing a 'default func' is still valid for all func based option types