1000l, thanks Pierre

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10591 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-08-13 09:42:53 +00:00
parent afbfa3b5db
commit b129045b12
1 changed files with 1 additions and 1 deletions

View File

@ -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