summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-16 22:14:33 +0100
committerwm4 <wm4@nowhere>2013-02-16 22:31:29 +0100
commit6b3e7740f1d6aa22ac518d53a77cae0b010ef04e (patch)
tree76ae4776b29261b399098f448c6d2b5b36a93aa2 /core/cfg-mplayer.h
parentbd835cdeeaa50295f0cf7aad65a48da462231b66 (diff)
downloadmpv-6b3e7740f1d6aa22ac518d53a77cae0b010ef04e.tar.bz2
mpv-6b3e7740f1d6aa22ac518d53a77cae0b010ef04e.tar.xz
osd: add --osd-status-msg option for custom OSD status
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 6de9b7e65c..a0b3f95f42 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -678,6 +678,7 @@ const m_option_t mplayer_opts[]={
OPT_STRING("term-osd-esc", term_osd_esc, 0, OPTDEF_STR("\x1b[A\r\x1b[K")),
OPT_STRING("playing-msg", playing_msg, 0),
OPT_STRING("status-msg", status_msg, 0),
+ OPT_STRING("osd-status-msg", osd_status_msg, 0),
{"slave-broken", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
OPT_FLAG("idle", player_idle_mode, CONF_GLOBAL),