[Mplayer-cvslog] CVS: main/libvo vo_aa.c,1.27,1.28

Alex Beregszaszi alex at mplayerhq.hu
Mon May 27 19:35:59 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv8815

Modified Files:
	vo_aa.c 
Log Message:
it uses swscaler

Index: vo_aa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vo_aa.c	27 May 2002 17:05:36 -0000	1.27
+++ vo_aa.c	27 May 2002 17:35:57 -0000	1.28
@@ -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




More information about the MPlayer-cvslog mailing list