comparison input/input.h @ 15706:c6bedab03c97

Add sub_load and sub_remove slave commands. Patch by kiriuja [mplayer-patches at en-directo dot net]
author reimar
date Thu, 09 Jun 2005 20:13:53 +0000
parents cec4a515061f
children 8549fc0fb5b1
comparison
equal deleted inserted replaced
15705:e7dcc698718b 15706:c6bedab03c97
63 #define MP_CMD_SPEED_SET 59 63 #define MP_CMD_SPEED_SET 59
64 #define MP_CMD_RUN 60 64 #define MP_CMD_RUN 60
65 #define MP_CMD_SUB_LOG 61 65 #define MP_CMD_SUB_LOG 61
66 #define MP_CMD_SWITCH_AUDIO 62 66 #define MP_CMD_SWITCH_AUDIO 62
67 #define MP_CMD_GET_TIME_POS 63 67 #define MP_CMD_GET_TIME_POS 63
68 #define MP_CMD_SUB_LOAD 64
69 #define MP_CMD_SUB_REMOVE 65
68 70
69 #define MP_CMD_GUI_EVENTS 5000 71 #define MP_CMD_GUI_EVENTS 5000
70 #define MP_CMD_GUI_LOADFILE 5001 72 #define MP_CMD_GUI_LOADFILE 5001
71 #define MP_CMD_GUI_LOADSUBTITLE 5002 73 #define MP_CMD_GUI_LOADSUBTITLE 5002
72 #define MP_CMD_GUI_ABOUT 5003 74 #define MP_CMD_GUI_ABOUT 5003