[MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.106,1.107

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Aug 11 13:02:32 CEST 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libvo
In directory mail:/home/alex/mplayer/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
10l, patch found in geexbox

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- vo_vesa.c	5 Aug 2005 01:24:36 -0000	1.106
+++ vo_vesa.c	11 Aug 2005 11:02:30 -0000	1.107
@@ -468,6 +468,9 @@
 #ifdef CONFIG_VIDIX
     if(vidix_name)return(vidix_query_fourcc(format));
 #endif
+    if (format == IMGFMT_MPEGPES)
+	return 0;
+    // FIXME: this is just broken...
     return VFCAP_CSP_SUPPORTED | VFCAP_OSD | VFCAP_SWSCALE | VFCAP_ACCEPT_STRIDE; /* due new SwScale code */
 }
 




More information about the MPlayer-cvslog mailing list