summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-07 12:30:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-07 12:30:15 +0000
commitc3d4f52d7c23a49d04023f4262c2d773583e1cc7 (patch)
tree64178512fe1ddbddac8523d51bab64ec9b3dbc1f /cfg-mplayer.h
parent91ba3d653156512703ed428b028cfbb09d9ec806 (diff)
downloadmpv-c3d4f52d7c23a49d04023f4262c2d773583e1cc7.tar.bz2
mpv-c3d4f52d7c23a49d04023f4262c2d773583e1cc7.tar.xz
Add heartbeat-cmd option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25639 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 1728328161..9cc2c953a9 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -207,6 +207,7 @@ const m_option_t mplayer_opts[]={
{"stop_xscreensaver", "Use -stop-xscreensaver instead, options with _ have been obsoleted.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"fstype", &vo_fstype_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
#endif
+ {"heartbeat-cmd", &heartbeat_cmd, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"mouseinput", &vo_nomouse_input, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0, 0, 1, NULL},