From 1d94bbed7dc5ddb213c2e12c551051ebe6742813 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 5 Dec 2002 00:11:12 +0000 Subject: slave-mode commands to get movie length & pos patch by Balatoni Denes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8365 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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 76e826f3a7..20f22cadff 100644 --- a/input/input.h +++ b/input/input.h @@ -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 -- cgit v1.2.3