summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 21:16:59 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 21:16:59 +0000
commit30bdbd16db43e5fc34523c46207efbccbd6537da (patch)
treeae3e7dd4b23dbeec84a2df9a42ab980431747f05 /mplayer.c
parent9b8dac68c8dcb81f2aa0cb57ce29ef27d675dcc4 (diff)
downloadmpv-30bdbd16db43e5fc34523c46207efbccbd6537da.tar.bz2
mpv-30bdbd16db43e5fc34523c46207efbccbd6537da.tar.xz
Made audio_id and video_id non static variable.
Those variables are required in asf_streaming to request the streams to the wms. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3533 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index ccec73a140..e7aab9aa23 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -186,8 +186,8 @@ int allow_dshow=0;
#endif
// streaming:
-static int audio_id=-1;
-static int video_id=-1;
+int audio_id=-1;
+int video_id=-1;
static int dvdsub_id=-1;
static int vcd_track=0;