summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 07:11:57 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 07:11:57 +0000
commite5ab09bb64448e8d60f081891fb85d742c83c9a0 (patch)
tree1c6bda6d0253cc0bf49516771c68a63371286acd /m_option.h
parentac8d43dbed744f4e541184fe43e9c2a4d2ec6643 (diff)
downloadmpv-e5ab09bb64448e8d60f081891fb85d742c83c9a0.tar.bz2
mpv-e5ab09bb64448e8d60f081891fb85d742c83c9a0.tar.xz
Move parsing of the -ss option to the option code.
Also fixes a memory leak of the parameter string. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22330 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_option.h b/m_option.h
index 443b5d8d4e..3b37fa1cd4 100644
--- a/m_option.h
+++ b/m_option.h
@@ -28,6 +28,7 @@ extern m_option_type_t m_option_type_double;
extern m_option_type_t m_option_type_string;
extern m_option_type_t m_option_type_string_list;
extern m_option_type_t m_option_type_position;
+extern m_option_type_t m_option_type_time;
extern m_option_type_t m_option_type_time_size;
extern m_option_type_t m_option_type_print;
@@ -168,6 +169,7 @@ extern m_obj_params_t m_span_params_def;
#define CONF_TYPE_OBJ_PRESETS (&m_option_type_obj_presets)
#define CONF_TYPE_CUSTOM_URL (&m_option_type_custom_url)
#define CONF_TYPE_OBJ_PARAMS (&m_option_type_obj_params)
+#define CONF_TYPE_TIME (&m_option_type_time)
#define CONF_TYPE_TIME_SIZE (&m_option_type_time_size)
/////////////////////////////////////////////////////////////////////////////////////////////