diff options
Diffstat (limited to 'input/input.h')
-rw-r--r-- | input/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h index 95b606bc6e..b55aaa40cd 100644 --- a/input/input.h +++ b/input/input.h @@ -37,6 +37,10 @@ #define MP_CMD_GET_TIME_LENGTH 34 #define MP_CMD_GET_PERCENT_POS 35 #define MP_CMD_SUB_STEP 36 +//#define MP_CMD_TV_SET_CHANNEL 37 +#ifdef USE_EDL +#define MP_CMD_EDL_MARK 38 +#endif #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001 |