mirror of https://github.com/mpv-player/mpv
this local variable can be static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
30e6735109
commit
2e15ab9351
|
@ -88,7 +88,7 @@ extern stream_info_t stream_info_file;
|
||||||
extern stream_info_t stream_info_dvd;
|
extern stream_info_t stream_info_dvd;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
stream_info_t* auto_open_streams[] = {
|
static stream_info_t* auto_open_streams[] = {
|
||||||
#ifdef HAVE_VCD
|
#ifdef HAVE_VCD
|
||||||
&stream_info_vcd,
|
&stream_info_vcd,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue