[Mplayer-cvslog] CVS: main/libvo vo_tdfxfb.c,1.8,1.9

Arpi of Ize arpi at mplayer.dev.hu
Tue Apr 9 16:02:58 CEST 2002


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

Modified Files:
	vo_tdfxfb.c 
Log Message:
new tdfxfb yuv driver by Mark Zealey <mark at zealos.org>

Index: vo_tdfxfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_tdfxfb.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_tdfxfb.c	17 Feb 2002 08:24:43 -0000	1.8
+++ vo_tdfxfb.c	9 Apr 2002 14:02:55 -0000	1.9
@@ -1,47 +1,16 @@
-// uncomment this if you pached mplayer.c with mplayer_our_out_buffer_hack.diff
-//#define VO_TDFXFB_METHOD 2
-#define VO_TDFXFB_METHOD 1
-// method: Host-to-Screen bitBLT-ing.
-#define HWACCEL_OSD_M2
-//#define YV12_CONV_METH
-#define DONT_USE_FAST_MEMCPY
-
-/* 
- *    video_out_tdfxfb.c
- *
[...1113 lines suppressed...]
-static uint32_t preinit(const char *arg)
-{
-    if(arg) 
-    {
-	printf("vo_tdfxfb: Unknown subdevice: %s\n",arg);
-	return ENOSYS;
-    }
-    return 0;
-}
-
-static uint32_t control(uint32_t request, void *data, ...)
-{
-  switch (request) {
-  case VOCTRL_QUERY_FORMAT:
-    return query_format(*((uint32_t*)data));
-  }
-  return VO_NOTIMPL;
-}
+/* Dummy funcs */
+static void check_events(void) { }




More information about the MPlayer-cvslog mailing list