diff 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
line wrap: on
line diff
--- a/input/input.h	Thu Jun 09 17:07:10 2005 +0000
+++ b/input/input.h	Thu Jun 09 20:13:53 2005 +0000
@@ -65,6 +65,8 @@
 #define MP_CMD_SUB_LOG 61
 #define MP_CMD_SWITCH_AUDIO 62
 #define MP_CMD_GET_TIME_POS 63
+#define MP_CMD_SUB_LOAD 64
+#define MP_CMD_SUB_REMOVE 65
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001