From dd77f0d37e6b1f73c68bd6155356590477289422 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 23 Oct 2014 14:40:38 +0200 Subject: command: print executed commands with -v --- input/cmd_parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/cmd_parse.h') diff --git a/input/cmd_parse.h b/input/cmd_parse.h index b5b0c3e0f4..6c4d100752 100644 --- a/input/cmd_parse.h +++ b/input/cmd_parse.h @@ -40,6 +40,8 @@ struct mp_cmd *mp_input_parse_cmd_node(struct mp_log *log, struct mpv_node *node // function void mp_cmd_free(struct mp_cmd *cmd); +void mp_cmd_dump(struct mp_log *log, int msgl, char *header, struct mp_cmd *cmd); + // This creates a copy of a command (used by the auto repeat stuff). struct mp_cmd *mp_cmd_clone(struct mp_cmd *cmd); -- cgit v1.2.3