diff input/input.h @ 8364:137b7574c85f

slave-mode commands to get movie length & pos patch by Balatoni Denes <pnis@coder.hu>
author arpi
date Thu, 05 Dec 2002 00:11:12 +0000
parents c032962b51a1
children 423a19edc0a4
line wrap: on
line diff
--- a/input/input.h	Thu Dec 05 00:07:59 2002 +0000
+++ b/input/input.h	Thu Dec 05 00:11:12 2002 +0000
@@ -33,6 +33,8 @@
 #define MP_CMD_VOBSUB_LANG 31
 #define MP_CMD_MENU 32
 #define MP_CMD_SET_MENU 33
+#define MP_CMD_GET_TIME_LENGTH 34
+#define MP_CMD_GET_PERCENT_POS 35
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001