diff libvo/vo_vesa.c @ 5566:e01c664def74

VFCAP added
author arpi
date Thu, 11 Apr 2002 21:07:00 +0000
parents cbce019d2d94
children 94330609dd5b
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Thu Apr 11 20:56:17 2002 +0000
+++ b/libvo/vo_vesa.c	Thu Apr 11 21:07:00 2002 +0000
@@ -445,7 +445,7 @@
 {
     if(verbose > 2)
         printf("vo_vesa: query_format was called: %x (%s)\n",format,vo_format_name(format));
-    return 1; /* due new SwScale code */
+    return 1 | VFCAP_OSD | VFCAP_SWSCALE; /* due new SwScale code */
 }
 
 static void paintBkGnd( void )