[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.78,1.79

Richard Felker CVS rfelker at mplayerhq.hu
Sat Apr 19 20:57:46 CEST 2003


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

Modified Files:
	vo_fbdev.c 
Log Message:
at least it works now, but it's horrible slow and broken. double buffer
and direct rendering support are needed to make this remotely usable...


Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- vo_fbdev.c	2 Mar 2003 21:09:15 -0000	1.78
+++ vo_fbdev.c	19 Apr 2003 18:57:16 -0000	1.79
@@ -1132,8 +1132,8 @@
 		else if (bpp == 24 && fb_bpp == 32)
 			return ret;
 	}
-	if (format == IMGFMT_YV12)
-		return ret;
+	//if (format == IMGFMT_YV12)
+	//	return ret;
 	return 0;
 }
 



More information about the MPlayer-cvslog mailing list