Mercurial > mplayer.hg
changeset 7690:d8ce19f6b1fe
draw_slice() seems to support all csp
author | arpi |
---|---|
date | Wed, 09 Oct 2002 23:13:47 +0000 |
parents | 39e62d6592ca |
children | 5381fb575552 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 )