[MPlayer-cvslog] r24192 - trunk/libmpdemux/demux_mov.c
diego
subversion at mplayerhq.hu
Sat Aug 25 18:56:43 CEST 2007
Author: diego
Date: Sat Aug 25 18:56:43 2007
New Revision: 24192
Log:
warning fix:
demux_mov.c:44: warning: redundant redeclaration of 'vo_sub'
../libvo/sub.h:64: warning: previous declaration of 'vo_sub' was here
Modified:
trunk/libmpdemux/demux_mov.c
Modified: trunk/libmpdemux/demux_mov.c
==============================================================================
--- trunk/libmpdemux/demux_mov.c (original)
+++ trunk/libmpdemux/demux_mov.c Sat Aug 25 18:56:43 2007
@@ -41,7 +41,6 @@
#include "stheader.h"
#include "libvo/sub.h"
-extern subtitle *vo_sub;
#include "qtpalette.h"
#include "parse_mp4.h" // .MP4 specific stuff
More information about the MPlayer-cvslog
mailing list