From 9e909f0dde36431c457922e1f66fff0c1d6e71ac Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 3 Apr 2005 14:08:28 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15047 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 26a0d83ea5..de0a64962f 100644 --- a/input/input.h +++ b/input/input.h @@ -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 -- cgit v1.2.3