From af7a29424c889ea6993561262539586d7ac1dc40 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Oct 2011 05:26:30 +0200 Subject: commands: add show_chapters_osd command to display chapters on OSD The command lists the chapters in the current file on the OSD. It also marks the current chapter. This is actually a cheap replacement for the chapter select libmenu functionality. --- input/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 87814dd56c..9bbf6bf7df 100644 --- a/input/input.h +++ b/input/input.h @@ -153,6 +153,8 @@ enum mp_command_type { MP_CMD_AF_DEL, MP_CMD_AF_CLR, MP_CMD_AF_CMDLINE, + + MP_CMD_SHOW_CHAPTERS, }; // The arg types -- cgit v1.2.3