[MPlayer-cvslog] r18988 - trunk/mplayer.c

rfelker subversion at mplayerhq.hu
Mon Jul 10 04:41:06 CEST 2006


Author: rfelker
Date: Mon Jul 10 04:41:06 2006
New Revision: 18988

Modified:
   trunk/mplayer.c

Log:
1000000000l to whoever added c++ decl crap, probably uau..

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Mon Jul 10 04:41:06 2006
@@ -2574,6 +2574,7 @@
 
 int gui_no_filename=0;
 
+struct {double pts; vo_functions_t *vo;} vf_vo_data;
 
   srand((int) time(NULL)); 
 
@@ -3590,7 +3591,6 @@
 inited_flags|=INITED_VO;
 }
 
-struct {double pts; vo_functions_t *vo;} vf_vo_data;
 vf_vo_data.vo = video_out;
 current_module="init_video_filters";
 {



More information about the MPlayer-cvslog mailing list