comparison input/input.h @ 26877:4ab1cfcee430

Add a slave command to stop stream playback. Mostly useful when used with -idle mode. Patch by Mathieu Schroeter ( mathieu dot schroeter at gamesover dot ch )
author ben
date Tue, 27 May 2008 18:39:57 +0000
parents 4129c8cfa742
children 361349e1ac6b
comparison
equal deleted inserted replaced
26876:d99d0f7c0e80 26877:4ab1cfcee430
107 #define MP_CMD_SUB_VOB 103 107 #define MP_CMD_SUB_VOB 103
108 #define MP_CMD_SUB_DEMUX 104 108 #define MP_CMD_SUB_DEMUX 104
109 #define MP_CMD_SWITCH_ANGLE 105 109 #define MP_CMD_SWITCH_ANGLE 105
110 #define MP_CMD_ASS_USE_MARGINS 106 110 #define MP_CMD_ASS_USE_MARGINS 106
111 #define MP_CMD_SWITCH_TITLE 107 111 #define MP_CMD_SWITCH_TITLE 107
112 #define MP_CMD_STOP 108
112 113
113 #define MP_CMD_GUI_EVENTS 5000 114 #define MP_CMD_GUI_EVENTS 5000
114 #define MP_CMD_GUI_LOADFILE 5001 115 #define MP_CMD_GUI_LOADFILE 5001
115 #define MP_CMD_GUI_LOADSUBTITLE 5002 116 #define MP_CMD_GUI_LOADSUBTITLE 5002
116 #define MP_CMD_GUI_ABOUT 5003 117 #define MP_CMD_GUI_ABOUT 5003