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

Alex Beregszaszi alex at mplayerhq.hu
Tue Sep 3 17:18:55 CEST 2002


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

Modified Files:
	vo_dxr2.c 
Log Message:
10l fix by Mark <CompGuy284 at attbi.com>

Index: vo_dxr2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_dxr2.c	28 Aug 2002 21:32:32 -0000	1.8
+++ vo_dxr2.c	3 Sep 2002 15:18:39 -0000	1.9
@@ -427,7 +427,7 @@
     memset(img,255,vo_screenwidth*vo_screenheight*3);
     vo_config_count = sub_config_count;
     if(sub_vo->config(vo_screenwidth,vo_screenheight,vo_screenwidth,vo_screenheight,
-		    VOFLAG_FULLSCREEN ,"DXR2 sub vo",IMGFMT_BGR24,NULL) != 0) {
+		    VOFLAG_FULLSCREEN ,"DXR2 sub vo",IMGFMT_BGR24) != 0) {
       mp_msg(MSGT_VO,MSGL_WARN,"VO: [dxr2] sub vo config failed => No overlay\n");
       sub_vo->uninit();
       sub_vo = NULL;
@@ -734,7 +734,7 @@
       dxr2_sixArg_t oc;
       int i,sub_flags = VOFLAG_SWSCALE | (flags & VOFLAG_FULLSCREEN);
       if(sub_vo->config(width,height,width,height,sub_flags,
-			"MPlayer DXR2 render",IMGFMT_BGR24,NULL) != 0) {
+			"MPlayer DXR2 render",IMGFMT_BGR24) != 0) {
 	mp_msg(MSGT_VO,MSGL_WARN,"VO: [dxr2] sub vo config failed => No X11 window\n");
 	sub_vo->uninit();
 	sub_vo = NULL;




More information about the MPlayer-cvslog mailing list