[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.79,1.80

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 10 01:14:05 CEST 2002


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

Modified Files:
	vo_vesa.c 
Log Message:
draw_slice() seems to support all csp


Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- vo_vesa.c	7 Oct 2002 11:26:20 -0000	1.79
+++ vo_vesa.c	9 Oct 2002 23:13:47 -0000	1.80
@@ -448,7 +448,7 @@
 {
     if(verbose > 2)
         printf("vo_vesa: query_format was called: %x (%s)\n",format,vo_format_name(format));
-    return 1 | VFCAP_OSD | VFCAP_SWSCALE; /* due new SwScale code */
+    return 1 | VFCAP_OSD | VFCAP_SWSCALE | VFCAP_ACCEPT_STRIDE; /* due new SwScale code */
 }
 
 static void paintBkGnd( void )




More information about the MPlayer-cvslog mailing list