changeset 9941:c6c03483595b

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...
author rfelker
date Sat, 19 Apr 2003 18:57:16 +0000
parents adccee797cb8
children 2efe706408f3
files libvo/vo_fbdev.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_fbdev.c	Sat Apr 19 18:46:15 2003 +0000
+++ b/libvo/vo_fbdev.c	Sat Apr 19 18:57:16 2003 +0000
@@ -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;
 }