summaryrefslogtreecommitdiffstats
path: root/mpvcore/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-30 22:27:37 +0200
committerwm4 <wm4@nowhere>2013-10-05 22:46:55 +0200
commitae9a3e33aafaa0d708d54e2c42a563e45dadb0f7 (patch)
treedcdd7a4ee2e1b6456c69b02a90a15fad410fbff3 /mpvcore/command.h
parentfd49edccf811de0d6c61f30d8b2b524f8df93b36 (diff)
downloadmpv-ae9a3e33aafaa0d708d54e2c42a563e45dadb0f7.tar.bz2
mpv-ae9a3e33aafaa0d708d54e2c42a563e45dadb0f7.tar.xz
command: add commands for displaying overlays
Requested by github issue #255. Does not work where mmap is not available (i.e. Windows).
Diffstat (limited to 'mpvcore/command.h')
-rw-r--r--mpvcore/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/command.h b/mpvcore/command.h
index dfdc066ac7..d3469fc131 100644
--- a/mpvcore/command.h
+++ b/mpvcore/command.h
@@ -23,6 +23,7 @@ struct MPContext;
struct mp_cmd;
void command_init(struct MPContext *mpctx);
+void command_uninit(struct MPContext *mpctx);
void run_command(struct MPContext *mpctx, struct mp_cmd *cmd);
char *mp_property_expand_string(struct MPContext *mpctx, const char *str);