summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/mp_osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/mp_osd.h')
-rw-r--r--mpvcore/player/mp_osd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/player/mp_osd.h b/mpvcore/player/mp_osd.h
index 0b737f0c22..914b8c68c9 100644
--- a/mpvcore/player/mp_osd.h
+++ b/mpvcore/player/mp_osd.h
@@ -49,4 +49,6 @@ void rm_osd_msg(struct MPContext *mpctx, int id);
// osd_function is the symbol appearing in the video status, such as OSD_PLAY
void set_osd_function(struct MPContext *mpctx, int osd_function);
+void set_osd_subtitle(struct MPContext *mpctx, const char *text);
+
#endif /* MPLAYER_MP_OSD_H */