diff libvo/vo_aa.c @ 6210:548129e201a2

it uses swscaler
author alex
date Mon, 27 May 2002 17:35:57 +0000
parents b93497af9ddc
children ed8a717a423e
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