From a522441bbe6817798ca58b93d7adb180a9598640 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Sep 2014 00:12:59 +0200 Subject: command: add osd-sym-cc property This allows you to reproduce the OSD symbol. --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') 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); -- cgit v1.2.3