[Mplayer-cvslog] CVS: main/libvo vo_xvmc.c,1.5,1.6

Ivan Kalvachev CVS iive at mplayerhq.hu
Mon Aug 25 23:41:14 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv32751/libvo

Modified Files:
	vo_xvmc.c 
Log Message:
OSD support, optinal queue, optional use of sleep(), and benchmark mode

Index: vo_xvmc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvmc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vo_xvmc.c	14 Aug 2003 12:15:44 -0000	1.5
+++ vo_xvmc.c	25 Aug 2003 21:41:10 -0000	1.6
@@ -1,20 +1,29 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <unistd.h>
+
+#include "config.h"
+#include "mp_msg.h"
+#include "video_out.h"
+#include "video_out_internal.h"
+#include "fastmemcpy.h"
+#include "osdep/timer.h"
[...1232 lines suppressed...]
          return(vo_xv_set_eq(xv_port, data, value));
       }
 
@@ -873,14 +1444,13 @@
       {
       va_list ap;
       int *value;
-    
+
          va_start(ap, data);
          value = va_arg(ap, int*);
          va_end(ap);
-    
+
          return(vo_xv_get_eq(xv_port, data, value));
       }
    }
 return VO_NOTIMPL;
 }
-



More information about the MPlayer-cvslog mailing list