Mercurial > mplayer.hg
comparison mplayer.c @ 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 | 93351eec9f1f |
children | 1bfa5284f160 |
comparison
equal
deleted
inserted
replaced
3531:7e774dda75e7 | 3532:19998399f4d5 |
---|---|
184 #else | 184 #else |
185 int allow_dshow=0; | 185 int allow_dshow=0; |
186 #endif | 186 #endif |
187 | 187 |
188 // streaming: | 188 // streaming: |
189 static int audio_id=-1; | 189 int audio_id=-1; |
190 static int video_id=-1; | 190 int video_id=-1; |
191 static int dvdsub_id=-1; | 191 static int dvdsub_id=-1; |
192 static int vcd_track=0; | 192 static int vcd_track=0; |
193 | 193 |
194 // cache2: | 194 // cache2: |
195 static int stream_cache_size=0; | 195 static int stream_cache_size=0; |