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
This commit is contained in:
bertrand 2001-12-16 21:16:59 +00:00
parent 9b8dac68c8
commit 30bdbd16db
1 changed files with 2 additions and 2 deletions

View File

@ -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;