diff cfg-mplayer.h @ 17914:f9cb6fc1608a

Add an option to list the properties: -list-properties
author albeu
date Wed, 22 Mar 2006 16:35:17 +0000
parents 52f95509cd05
children 954eac69b532
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Mar 22 12:23:55 2006 +0000
+++ b/cfg-mplayer.h	Wed Mar 22 16:35:17 2006 +0000
@@ -397,6 +397,7 @@
 #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},