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

reimar subversion at mplayerhq.hu
Sun Dec 2 14:07:35 CET 2007


Author: reimar
Date: Sun Dec  2 14:07:35 2007
New Revision: 25237

Log:
Make auto_open_streams array itself const


Modified:
   trunk/stream/stream.c

Modified: trunk/stream/stream.c
==============================================================================
--- trunk/stream/stream.c	(original)
+++ trunk/stream/stream.c	Sun Dec  2 14:07:35 2007
@@ -88,7 +88,7 @@ extern stream_info_t stream_info_file;
 extern stream_info_t stream_info_dvd;
 #endif
 
-static const stream_info_t* auto_open_streams[] = {
+static const stream_info_t* const auto_open_streams[] = {
 #ifdef HAVE_VCD
   &stream_info_vcd,
 #endif



More information about the MPlayer-cvslog mailing list