summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-10 12:56:44 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-10 12:56:44 +0000
commit326361b18e368e11f08c9ac1f05c4fc6d514f76e (patch)
tree10fdcb011143ef746d9b2a060ffe1d77ed4a1bb4 /subopt-helper.h
parentf60c6132c251758ccf5b981715e41d8dd0ea626a (diff)
downloadmpv-326361b18e368e11f08c9ac1f05c4fc6d514f76e.tar.bz2
mpv-326361b18e368e11f08c9ac1f05c4fc6d514f76e.tar.xz
support float arguments in subopt helper.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16721 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subopt-helper.h')
-rw-r--r--subopt-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subopt-helper.h b/subopt-helper.h
index 37ea6d6790..29e7461b9c 100644
--- a/subopt-helper.h
+++ b/subopt-helper.h
@@ -13,6 +13,7 @@
#define OPT_ARG_INT 1
#define OPT_ARG_STR 2
#define OPT_ARG_MSTRZ 3 ///< A malloced, zero terminated string, use free()!
+#define OPT_ARG_FLOAT 4
typedef int (*opt_test_f)(void *);