Mercurial > mplayer.hg
changeset 10590:73e7a5165bcd
1000l, thanks Pierre
author | alex |
---|---|
date | Wed, 13 Aug 2003 09:42:53 +0000 |
parents | 06dcdf866106 |
children | 0d381b648b51 |
files | m_option.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m_option.h Tue Aug 12 23:18:02 2003 +0000 +++ b/m_option.h Wed Aug 13 09:42:53 2003 +0000 @@ -134,7 +134,7 @@ 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