From b63e23147dd7aa81aab54987e05e0cca519bd416 Mon Sep 17 00:00:00 2001 From: albeu Date: Thu, 31 May 2007 13:02:51 +0000 Subject: Make the length property use the time type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23435 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 4fbeb1921e..98640cd477 100644 --- a/command.c +++ b/command.c @@ -1383,8 +1383,8 @@ static m_option_t mp_properties[] = { M_OPT_MIN, 0, 0, NULL }, { "stream_length", mp_property_stream_length, CONF_TYPE_POSITION, M_OPT_MIN, 0, 0, NULL }, - { "length", mp_property_length, CONF_TYPE_DOUBLE, - 0, 0, 0, NULL }, + { "length", mp_property_length, CONF_TYPE_TIME, + M_OPT_MIN, 0, 0, NULL }, { "metadata", mp_property_metadata, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL }, -- cgit v1.2.3