[Mplayer-cvslog] CVS: main dec_video.c,1.121,1.122

Alex Beregszaszi alex at mplayer.dev.hu
Wed Mar 20 16:37:56 CET 2002


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

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

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- dec_video.c	16 Mar 2002 01:28:11 -0000	1.121
+++ dec_video.c	20 Mar 2002 15:37:54 -0000	1.122
@@ -802,7 +802,7 @@
   return 1;
 }
 
-extern int vaa_use_dr;
+extern int vo_directrendering;
 
 static int use_dr=0,use_dr_422=0;
 static bes_da_t bda;
@@ -813,7 +813,7 @@
   memset(&bda,0,sizeof(bes_da_t));
   if(vo_vaa.query_bes_da)
     use_dr = vo_vaa.query_bes_da(&bda) ? 0 : 1;
-  if(!vaa_use_dr) use_dr = 0;
+  if(!vo_directrendering) use_dr = 0;
   if(use_dr)
   {
     uint32_t sstride,dstride;




More information about the MPlayer-cvslog mailing list