summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 16:35:17 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 16:35:17 +0000
commit0fd651ff1ab39caca19551e0f66326db49c01699 (patch)
treed88628b14e084c3a405b5b9e1e053f7eb5f139d4 /m_property.h
parent528ec79cc28c02ad25fceb9f4bf69aa6ee2205a7 (diff)
downloadmpv-0fd651ff1ab39caca19551e0f66326db49c01699.tar.bz2
mpv-0fd651ff1ab39caca19551e0f66326db49c01699.tar.xz
Add an option to list the properties: -list-properties
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index 775f9d566b..dc3e436cf6 100644
--- a/m_property.h
+++ b/m_property.h
@@ -33,6 +33,8 @@ char* m_property_print(m_option_t* prop);
int m_property_parse(m_option_t* prop, char* txt);
+void m_properties_print_help_list(m_option_t* list);
+
char* m_properties_expand_string(m_option_t* prop_list,char* str);
#define M_PROPERTY_CLAMP(prop,val) do { \