summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-18 00:12:59 +0200
committerwm4 <wm4@nowhere>2014-09-18 00:12:59 +0200
commita522441bbe6817798ca58b93d7adb180a9598640 (patch)
treeca089414b5e0880de7678d7d06871342310d3247 /player/core.h
parenta173d3a2fba7c2c3d89af20077dec89ed0424030 (diff)
downloadmpv-a522441bbe6817798ca58b93d7adb180a9598640.tar.bz2
mpv-a522441bbe6817798ca58b93d7adb180a9598640.tar.xz
command: add osd-sym-cc property
This allows you to reproduce the OSD symbol.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 9d9fefee21..434be6e1e9 100644
--- a/player/core.h
+++ b/player/core.h
@@ -434,6 +434,7 @@ void set_osd_msg(struct MPContext *mpctx, int level, int time,
const char* fmt, ...) PRINTF_ATTRIBUTE(4,5);
void set_osd_function(struct MPContext *mpctx, int osd_function);
void set_osd_subtitle(struct MPContext *mpctx, const char *text);
+void get_current_osd_sym(struct MPContext *mpctx, char *buf, size_t buf_size);
// playloop.c
void mp_wait_events(struct MPContext *mpctx, double sleeptime);