comparison stream/stream.c @ 25186:919916007cd2

this local variable can be static
author ben
date Fri, 30 Nov 2007 19:51:30 +0000
parents 66f628d13442
children 21d672c608ef
comparison
equal deleted inserted replaced
25185:edc74af15f2f 25186:919916007cd2
86 extern stream_info_t stream_info_file; 86 extern stream_info_t stream_info_file;
87 #ifdef USE_DVDREAD 87 #ifdef USE_DVDREAD
88 extern stream_info_t stream_info_dvd; 88 extern stream_info_t stream_info_dvd;
89 #endif 89 #endif
90 90
91 stream_info_t* auto_open_streams[] = { 91 static stream_info_t* auto_open_streams[] = {
92 #ifdef HAVE_VCD 92 #ifdef HAVE_VCD
93 &stream_info_vcd, 93 &stream_info_vcd,
94 #endif 94 #endif
95 #ifdef HAVE_CDDA 95 #ifdef HAVE_CDDA
96 &stream_info_cdda, 96 &stream_info_cdda,