[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.23,1.24

Alex Beregszaszi alex at mplayer.dev.hu
Wed Mar 20 16:38:48 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv18486

Modified Files:
	vd.c 
Log Message:
using -dr instead -vaa_dr

Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- vd.c	19 Mar 2002 07:06:53 -0000	1.23
+++ vd.c	20 Mar 2002 15:38:45 -0000	1.24
@@ -88,7 +88,7 @@
 };
 
 #include "libvo/video_out.h"
-extern int vaa_use_dr;
+extern int vo_directrendering;
 
 // libvo opts:
 int fullscreen=0;
@@ -286,7 +286,7 @@
 
 	// check libvo first!
 	vo_functions_t* vo=sh->video_out;
-	if(vo && vaa_use_dr) vo->control(VOCTRL_GET_IMAGE,mpi);
+	if(vo && vo_directrendering) vo->control(VOCTRL_GET_IMAGE,mpi);
 	
         if(!(mpi->flags&MP_IMGFLAG_DIRECT)){
           // non-direct and not yet allocaed image. allocate it!




More information about the MPlayer-cvslog mailing list