# HG changeset patch # User arpi # Date 1034205227 0 # Node ID d8ce19f6b1fee0c02b691a1e8fbf6d66e89a8f50 # Parent 39e62d6592caa755c9b3d66938828171d9841f42 draw_slice() seems to support all csp diff -r 39e62d6592ca -r d8ce19f6b1fe libvo/vo_vesa.c --- a/libvo/vo_vesa.c Wed Oct 09 22:44:07 2002 +0000 +++ b/libvo/vo_vesa.c Wed Oct 09 23:13:47 2002 +0000 @@ -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 )