summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-31 12:42:02 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-31 12:42:02 +0000
commitbe63729ba5547fea0a557a44cb0d8b50be32d1fb (patch)
tree80772343d909e7ebe8cbb0ad203b1f01a4430f7f /m_property.h
parent67341d23faebad3d3cff8fee5ad0f9c4f0c508e1 (diff)
downloadmpv-be63729ba5547fea0a557a44cb0d8b50be32d1fb.tar.bz2
mpv-be63729ba5547fea0a557a44cb0d8b50be32d1fb.tar.xz
Move the time printing code out of the length property.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23434 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index f2ab0feb44..b28b9f3b8b 100644
--- a/m_property.h
+++ b/m_property.h
@@ -185,6 +185,10 @@ int m_property_delay(m_option_t* prop,int action,
int m_property_double_ro(m_option_t* prop,int action,
void* arg,double var);
+/// Implement print
+int m_property_time_ro(m_option_t* prop,int action,
+ void* arg,double var);
+
/// get/print the string
int m_property_string_ro(m_option_t* prop,int action,void* arg, char* str);