comparison input/input.h @ 13710:d7af73cc38da

allow changing playback speed during playback. Based on patch by Steve Mueller (diffusor <at> ugcs (dot) caltech [dot] edu), OSD support by Frank Schertan (scherthan (at) uni-landau <dot> de), several modifications by me.
author reimar
date Wed, 20 Oct 2004 20:07:50 +0000
parents 9a270ee1682e
children 28a6f0847c58
comparison
equal deleted inserted replaced
13709:3bf608c6e34c 13710:d7af73cc38da
56 #define MP_CMD_SUB_SELECT 52 56 #define MP_CMD_SUB_SELECT 52
57 #define MP_CMD_VO_ROOTWIN 53 57 #define MP_CMD_VO_ROOTWIN 53
58 #define MP_CMD_SWITCH_VSYNC 54 58 #define MP_CMD_SWITCH_VSYNC 54
59 #define MP_CMD_SWITCH_RATIO 55 59 #define MP_CMD_SWITCH_RATIO 55
60 #define MP_CMD_FRAME_STEP 56 60 #define MP_CMD_FRAME_STEP 56
61 #define MP_CMD_SPEED_INCR 57
62 #define MP_CMD_SPEED_MULT 58
63 #define MP_CMD_SPEED_SET 59
61 64
62 #define MP_CMD_GUI_EVENTS 5000 65 #define MP_CMD_GUI_EVENTS 5000
63 #define MP_CMD_GUI_LOADFILE 5001 66 #define MP_CMD_GUI_LOADFILE 5001
64 #define MP_CMD_GUI_LOADSUBTITLE 5002 67 #define MP_CMD_GUI_LOADSUBTITLE 5002
65 #define MP_CMD_GUI_ABOUT 5003 68 #define MP_CMD_GUI_ABOUT 5003