changeset 3532:19998399f4d5

Made audio_id and video_id non static variable. Those variables are required in asf_streaming to request the streams to the wms.
author bertrand
date Sun, 16 Dec 2001 21:16:59 +0000
parents 7e774dda75e7
children 6e6a74d2d1ea
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun Dec 16 21:00:40 2001 +0000
+++ b/mplayer.c	Sun Dec 16 21:16:59 2001 +0000
@@ -186,8 +186,8 @@
 #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;