[MPlayer-cvslog] r24177 - trunk/mpcommon.h

diego subversion at mplayerhq.hu
Sat Aug 25 15:23:40 CEST 2007


Author: diego
Date: Sat Aug 25 15:23:40 2007
New Revision: 24177

Log:
Fix warnings:
In file included from mplayer.c:380:
mpcommon.h:5: warning: redundant redeclaration of 'subdata'
libvo/sub.h:63: warning: previous declaration of 'subdata' was here
In file included from command.c:26:
mpcommon.h:5: warning: redundant redeclaration of 'subdata'
libvo/sub.h:63: warning: previous declaration of 'subdata' was here
In file included from mencoder.c:239:
mpcommon.h:5: warning: redundant redeclaration of 'subdata'
libvo/sub.h:63: warning: previous declaration of 'subdata' was here


Modified:
   trunk/mpcommon.h

Modified: trunk/mpcommon.h
==============================================================================
--- trunk/mpcommon.h	(original)
+++ trunk/mpcommon.h	Sat Aug 25 15:23:40 2007
@@ -2,6 +2,5 @@ extern double sub_last_pts;
 #ifdef USE_ASS
 extern ass_track_t *ass_track;
 #endif
-extern sub_data *subdata;
 extern subtitle *vo_sub_last;
 void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);



More information about the MPlayer-cvslog mailing list