CVS: main/libvo vo_vesa.c,1.79,1.80
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 )
participants (1)
-
Arpi of Ize