From 0fd651ff1ab39caca19551e0f66326db49c01699 Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 22 Mar 2006 16:35:17 +0000 Subject: Add an option to list the properties: -list-properties git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 1671463581..c5a103684b 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -397,6 +397,7 @@ m_option_t mplayer_opts[]={ #include "cfg-common.h" #undef MAIN_CONF + {"list-properties", &list_properties, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, {"identify", &identify, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, -- cgit v1.2.3