summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 15:48:56 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 15:48:56 +0000
commitd5a36f752ceb7840d03236adcd62ddb7f2078b00 (patch)
treea9c0735f3517dbda95a853c304e94759d2c9b912 /cfg-mplayer.h
parent9823a4e64ef3388175fcb9e3cb208eb3e1821233 (diff)
downloadmpv-d5a36f752ceb7840d03236adcd62ddb7f2078b00.tar.bz2
mpv-d5a36f752ceb7840d03236adcd62ddb7f2078b00.tar.xz
add -identify switch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7865 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 5479e1de32..bf113b27bf 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -378,6 +378,7 @@ static config_t mplayer_opts[]={
#include "cfg-common.h"
#undef MAIN_CONF
+ {"identify", &identify, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},