[MPlayer-cvslog] r32124 - in trunk: gui/interface.c mplayer.h
diego
subversion at mplayerhq.hu
Thu Sep 9 19:10:19 CEST 2010
Author: diego
Date: Thu Sep 9 19:10:18 2010
New Revision: 32124
Log:
Move stream_dump_type extern declaration to mplayer.h, where it belongs.
Modified:
trunk/gui/interface.c
trunk/mplayer.h
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Thu Sep 9 19:01:43 2010 (r32123)
+++ trunk/gui/interface.c Thu Sep 9 19:10:18 2010 (r32124)
@@ -355,8 +355,6 @@ void guiDone( void )
wsXDone();
}
-extern int stream_dump_type;
-
void guiLoadFont( void )
{
#ifdef CONFIG_FREETYPE
Modified: trunk/mplayer.h
==============================================================================
--- trunk/mplayer.h Thu Sep 9 19:01:43 2010 (r32123)
+++ trunk/mplayer.h Thu Sep 9 19:10:18 2010 (r32124)
@@ -49,6 +49,7 @@ extern int frame_dropping;
/* for the GUI */
extern int auto_quality;
+extern int stream_dump_type;
extern int audio_id;
extern int video_id;
More information about the MPlayer-cvslog
mailing list