Mercurial > mplayer.hg
diff input/input.h @ 8531:1aa2c9b460af
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
(skip sections listed in a text file. it also supports creating them)
patch by Michael Halcrow <mah69@email.byu.edu>
| author | arpi |
|---|---|
| date | Mon, 23 Dec 2002 00:33:22 +0000 |
| parents | 47cf94058137 |
| children | 922ce27eb683 |
line wrap: on
line diff
--- a/input/input.h Sun Dec 22 23:13:26 2002 +0000 +++ b/input/input.h Mon Dec 23 00:33:22 2002 +0000 @@ -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
