[MPlayer-cvslog] r24394 - trunk/cfg-common.h

voroshil subversion at mplayerhq.hu
Mon Sep 10 03:13:13 CEST 2007


Author: voroshil
Date: Mon Sep 10 03:13:13 2007
New Revision: 24394

Log:
Fix warnings:
cfg-common.h:386: warning: redundant redeclaration of 'audio_stream'
stream/stream.h:301: warning: previous declaration of 'audio_stream' was here


Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Mon Sep 10 03:13:13 2007
@@ -381,7 +381,6 @@ extern m_option_t demux_rawaudio_opts[];
 extern m_option_t demux_rawvideo_opts[];
 extern m_option_t cdda_opts[];
 
-extern char* audio_stream;
 extern char* sub_stream;
 extern int demuxer_type, audio_demuxer_type, sub_demuxer_type;
 extern int ts_prog;



More information about the MPlayer-cvslog mailing list