diff 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
line wrap: on
line diff
--- a/input/input.h	Sun Apr 03 11:47:20 2005 +0000
+++ b/input/input.h	Sun Apr 03 14:08:28 2005 +0000
@@ -63,6 +63,7 @@
 #define MP_CMD_SPEED_SET 59
 #define MP_CMD_RUN 60
 #define MP_CMD_SUB_LOG 61
+#define MP_CMD_SWITCH_AUDIO 62
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001