changeset 6210:548129e201a2

it uses swscaler
author alex
date Mon, 27 May 2002 17:35:57 +0000
parents e46b3bf16df5
children a59795bd14d0
files libvo/vo_aa.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_aa.c	Mon May 27 17:30:46 2002 +0000
+++ b/libvo/vo_aa.c	Mon May 27 17:35:57 2002 +0000
@@ -327,7 +327,7 @@
 	case IMGFMT_RGB24:
 	case IMGFMT_Y8:
 	case IMGFMT_Y800:
-	    return VFCAP_CSP_SUPPORTED
+	    return VFCAP_CSP_SUPPORTED|VFCAP_SWSCALE
 #ifdef USE_OSD
 	    | VFCAP_OSD
 #endif