[MPlayer-cvslog] r25214 - trunk/stream/stream.c

ben subversion at mplayerhq.hu
Fri Nov 30 20:51:31 CET 2007


Author: ben
Date: Fri Nov 30 20:51:30 2007
New Revision: 25214

Log:
this local variable can be static

Modified:
   trunk/stream/stream.c

Modified: trunk/stream/stream.c
==============================================================================
--- trunk/stream/stream.c	(original)
+++ trunk/stream/stream.c	Fri Nov 30 20:51:30 2007
@@ -88,7 +88,7 @@ extern stream_info_t stream_info_file;
 extern stream_info_t stream_info_dvd;
 #endif
 
-stream_info_t* auto_open_streams[] = {
+static stream_info_t* auto_open_streams[] = {
 #ifdef HAVE_VCD
   &stream_info_vcd,
 #endif



More information about the MPlayer-cvslog mailing list