comparison input/input.h @ 15046:b7aa70b05d76

Added support of audio stream switching in the MPEG demuxer using the #-key Patch by Michael Behrisch < behrisch $ informatik * hu-berlin * de > commited with the kind blessing of D. Richard Felker III
author gpoirier
date Sun, 03 Apr 2005 14:08:28 +0000
parents a4767edef10d
children cec4a515061f
comparison
equal deleted inserted replaced
15045:20ea036e5f0d 15046:b7aa70b05d76
61 #define MP_CMD_SPEED_INCR 57 61 #define MP_CMD_SPEED_INCR 57
62 #define MP_CMD_SPEED_MULT 58 62 #define MP_CMD_SPEED_MULT 58
63 #define MP_CMD_SPEED_SET 59 63 #define MP_CMD_SPEED_SET 59
64 #define MP_CMD_RUN 60 64 #define MP_CMD_RUN 60
65 #define MP_CMD_SUB_LOG 61 65 #define MP_CMD_SUB_LOG 61
66 #define MP_CMD_SWITCH_AUDIO 62
66 67
67 #define MP_CMD_GUI_EVENTS 5000 68 #define MP_CMD_GUI_EVENTS 5000
68 #define MP_CMD_GUI_LOADFILE 5001 69 #define MP_CMD_GUI_LOADFILE 5001
69 #define MP_CMD_GUI_LOADSUBTITLE 5002 70 #define MP_CMD_GUI_LOADSUBTITLE 5002
70 #define MP_CMD_GUI_ABOUT 5003 71 #define MP_CMD_GUI_ABOUT 5003